光环助手V3.0(8月24日)测试包问题汇总
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user