-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Activity 重建的时候, fragment状态不对, 导致onLazyInitView
和onSupportVisible
没有被回调
#1173
Comments
重建的时候没有回调
|
我定位到是这个flag
我这里没发现 |
…unch activity by system YoKeyword#1173 handle quick resume/pause, avoid support visible state is wrong;
我修复了; |
…t resume , if mAbortInitVisible. YoKeyword#1173 handle quick resume/pause, avoid support visible state is wrong;
修复: activity快速resume, pause后, 再次resume, fragment没有回调onLazyInitView; |
修复: 在activity.onNewIntent()的时候, showHideFragment, child fragment resume后没有回调onSupportVisible |
…led when fragment resume , if parentFragment is shown when parent fragment is not resumed. YoKeyword#1173 (comment)
Issues Guideline
Following information can help us to resolve the issue faster.
In addition, we do not accept issues unrelated to Fragmentation.
复现的条件:
pause之后回调了onSupportVisible, 但没回调onSupportInVisible, 问题是不是出在这里?
The text was updated successfully, but these errors were encountered: