Skip to content

Commit

Permalink
fix: Issue #51
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jul 12, 2024
1 parent 85b3cad commit 1f892d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/navbar_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ class _NavbarRouterState extends State<NavbarRouter>
final bool isExitingApp = await NavbarNotifier.onBackButtonPressed(
behavior: widget.backButtonBehavior);
final bool value = widget.onBackButtonPressed!(isExitingApp);
_handleFadeAnimation();
return value;
},
child: AnimatedBuilder(
Expand Down

0 comments on commit 1f892d3

Please sign in to comment.