You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MvpFragment there is complex logic to decide whether getMvpDelegate().onDestroy() should be called.
Consider adding some lifecycle method to notify extending class when getMvpDelegate().onDestroy() was called. It can be used to close DI or some other scope, which has lifespan same as presenter.
The text was updated successfully, but these errors were encountered:
In
MvpFragment
there is complex logic to decide whethergetMvpDelegate().onDestroy()
should be called.Consider adding some lifecycle method to notify extending class when
getMvpDelegate().onDestroy()
was called. It can be used to close DI or some other scope, which has lifespan same as presenter.The text was updated successfully, but these errors were encountered: