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
。 BasePopupView虽然有个lifecycleRegistry成员变量,但是没有addObserver,即使做了如lifecycleRegistry.handleLifecycleEvent(Lifecycle.Event.ON_DESTROY);这样的操作,也不会触发 BasePopup内部在attatch的时候会注册一个activty的lifecycle的观察者,这本来可以触发onDestroy, 但是remove的时候又马上remove掉了 这会导致onDestroy不能触发
The text was updated successfully, but these errors were encountered:
是有这个问题,你怎么解决的?我目前是在Activity里面手动调用了onDestroy()
Sorry, something went wrong.
No branches or pull requests
。
BasePopupView虽然有个lifecycleRegistry成员变量,但是没有addObserver,即使做了如lifecycleRegistry.handleLifecycleEvent(Lifecycle.Event.ON_DESTROY);这样的操作,也不会触发
BasePopup内部在attatch的时候会注册一个activty的lifecycle的观察者,这本来可以触发onDestroy,
但是remove的时候又马上remove掉了
这会导致onDestroy不能触发
The text was updated successfully, but these errors were encountered: