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
I would expect to receive ON_PAUSE > ON_STOP > ON_DESTROY when the entry is removed from the stack which is not the case. It would also be nice if some docs were added about how the library works in this area
The text was updated successfully, but these errors were encountered:
When a NavHostEntry is removed from the stack it only emits the ON_PAUSE lifecycle event to observers
Consider the following code:
I would expect to receive ON_PAUSE > ON_STOP > ON_DESTROY when the entry is removed from the stack which is not the case. It would also be nice if some docs were added about how the library works in this area
The text was updated successfully, but these errors were encountered: