We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e864028 commit 79707bfCopy full SHA for 79707bf
lib/resources/views/layouts/app_layout.dart
@@ -64,6 +64,7 @@ class _AppLayoutState extends State<AppLayout> {
64
onItemSelected: _onDrawerItemSelected,
65
selectedIndex: AppNavigationHelper.isDrawerIndex(_selectedIndex) ? AppNavigationHelper.globalToDrawerIndex(_selectedIndex) : -1,
66
),
67
+
68
bottomNavigationBar: BottomNavigationBar(
69
currentIndex: AppNavigationHelper.isBottomNavigationIndex(_selectedIndex) ? _selectedIndex : 0,
70
onTap: _onBottomNavItemSelected,
0 commit comments