Skip to content

Commit

Permalink
Fixed back gesture when nested navigator only has one entry
Browse files Browse the repository at this point in the history
  • Loading branch information
iagoandrei committed Apr 22, 2024
1 parent 414f582 commit 37c62ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ abstract class RoutingController with ChangeNotifier {
}
return innerRouter.canPop(
ignorePagelessRoutes: ignorePagelessRoutes,
ignoreParentRoutes: true,
);
}
return false;
Expand Down

0 comments on commit 37c62ae

Please sign in to comment.