修复友盟推送初始化异常,ImageUtils代码转换kotlin

This commit is contained in:
kehaoyuan
2017-07-06 19:50:40 +08:00
parent 5930996e1c
commit 243e024d1a
54 changed files with 294 additions and 315 deletions

View File

@ -123,7 +123,7 @@ public abstract class BaseActivity extends BaseAppCompatToolBarActivity implemen
public void onEventMainThread(final EBShowDialog showDialog) {
if (!mIsPause && this.getClass().getName().equals(RunningUtils.getTopActivity(this))) {
if ("hijack".equals(showDialog.getType())) {
DialogUtils.showQqSessionDialog(this, null);// 建议用户联系客服
DialogUtils.showQqSessionDialog(this, "2586716223");// 建议用户联系客服
} else if ("plugin".equals(showDialog.getType())) {
DialogUtils.showPluginDialog(this, new DialogUtils.ConfirmListener() {
@Override