We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
demo代码里,从Activity A跳转到Activity B, A的onPause调用了,然后是B的onCreate onResume等被回调,然后按理说下面就是A的onStop被回调,但是A的onStop确实没有被回调。这个生命周期的bug要解啊。其他的Activtiy切换动画都没有影响到生命周期的回调。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
demo代码里,从Activity A跳转到Activity B, A的onPause调用了,然后是B的onCreate onResume等被回调,然后按理说下面就是A的onStop被回调,但是A的onStop确实没有被回调。这个生命周期的bug要解啊。其他的Activtiy切换动画都没有影响到生命周期的回调。
The text was updated successfully, but these errors were encountered: