9月7日测试包 部分修复
This commit is contained in:
@ -43,6 +43,7 @@ import com.gh.gamecenter.entity.GameUpdateEntity;
|
||||
import com.gh.gamecenter.eventbus.EBDownloadStatus;
|
||||
import com.gh.gamecenter.eventbus.EBPackage;
|
||||
import com.gh.gamecenter.eventbus.EBShowDialog;
|
||||
import com.gh.gamecenter.eventbus.EBSkip;
|
||||
import com.gh.gamecenter.eventbus.EBUISwitch;
|
||||
import com.gh.gamecenter.fragment.MainFragment;
|
||||
import com.gh.gamecenter.manager.ConcernManager;
|
||||
@ -707,7 +708,8 @@ public class MainActivity extends BaseActivity {
|
||||
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() {
|
||||
, "暂不", " 反馈一下"
|
||||
, new DialogUtils.ConfirmListener() {
|
||||
@Override
|
||||
public void onConfirm() {
|
||||
SuggestionActivity.startSuggestionActivity(MainActivity.this, 3, null, null);
|
||||
@ -765,8 +767,7 @@ public class MainActivity extends BaseActivity {
|
||||
, "残忍拒绝", "前往登录", new DialogUtils.ConfirmListener() {
|
||||
@Override
|
||||
public void onConfirm() {
|
||||
Intent intent = LoginActivity.getIntent(MainActivity.this, true);
|
||||
startActivity(intent);
|
||||
EventBus.getDefault().post(new EBSkip(MainActivity.EB_SKIP_GAMEFRAGMENT, 2));
|
||||
}
|
||||
}, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user