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
inside onSaveInstanceState, if it will be called. You be able to not commit fragments transaction allowing state loss! Just usecommitorcommitNow ! If you don't use Cicerone.
inside onStop otherwise
after MvpView will be restarted, it will apply only new commands!
after MvpView will be recreated, it will apply all commands.
PS: Added MvpDelegate.onDestroyView() which should be called when view will be destroyed. Causes of this is that detached view can stay alive. Example of use this beyond of Fragment is there.