光环助手V3.0(8月24日)测试包问题汇总

This commit is contained in:
kehaoyuan
2017-08-25 17:40:17 +08:00
parent 82e2aa45c6
commit 8e8b20c3dd
26 changed files with 246 additions and 243 deletions

View File

@ -702,7 +702,7 @@ public class MainActivity extends BaseActivity {
getSuggestionType();
if (getIntent() != null && getIntent().getBundleExtra(KEY_DATA) != null
if (LoginUtils.getUserInfo(this) != null && getIntent() != null && getIntent().getBundleExtra(KEY_DATA) != null
&& getIntent().getBundleExtra(KEY_DATA).getBoolean("exceptionReStart", false)) {
DialogUtils.showWarningDialog(this, "发生闪退", "光环助手刚刚发生了闪退,反馈一下(只需简单描述你刚才的操作)以帮忙我们更好地修复问题?"
, "暂不", " 反馈一下", new DialogUtils.ConfirmListener() {