Skip to content

Commit

Permalink
[Fix] Save navigator state onActivityPaused
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Nov 20, 2021
1 parent 822dae9 commit eb23a29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ public void onActivityPaused(Activity activity) {
((NavActivityLifecycle) statefulView).onPause(mActivity);
}
}
mNavSnapshotHandler.saveState(mNavRouteStack);
}
// handle view navigator
if (!mViewNavigatorList.isEmpty()) {
Expand Down

0 comments on commit eb23a29

Please sign in to comment.