disabled gestureNavigation on bottomNavigation
This commit is contained in:
@ -97,7 +97,6 @@ class _AppState extends State<App> with WidgetsBindingObserver {
|
||||
Widget build(BuildContext context) {
|
||||
return PersistentTabView(
|
||||
controller: App.bottomNavigator,
|
||||
gestureNavigationEnabled: true,
|
||||
navBarOverlap: const NavBarOverlap.none(),
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
|
||||
|
Reference in New Issue
Block a user