Skip to content

Commit 1f892d3

Browse files
committed
fix: Issue #51
1 parent 85b3cad commit 1f892d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/navbar_router.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ class _NavbarRouterState extends State<NavbarRouter>
343343
final bool isExitingApp = await NavbarNotifier.onBackButtonPressed(
344344
behavior: widget.backButtonBehavior);
345345
final bool value = widget.onBackButtonPressed!(isExitingApp);
346+
_handleFadeAnimation();
346347
return value;
347348
},
348349
child: AnimatedBuilder(

0 commit comments

Comments
 (0)