Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

闪退后,无法再次进入 #8

Open
withc opened this issue Mar 22, 2019 · 0 comments
Open

闪退后,无法再次进入 #8

withc opened this issue Mar 22, 2019 · 0 comments

Comments

@withc
Copy link

withc commented Mar 22, 2019

//------------ welcomeActivity.java ----------
public void startApp(View view) {
if (StringUtils.isEmpty(cache)) {
setCacheStr("welcome", "welcome");
MainActivity_.intent(this).start();
}

    ///交换下面2句的顺序,应该先清空moreActivity成 空,再退出。
    setCacheStr("MoreActivity", "");
    defaultFinishNotActivityHelper();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant