This commit is contained in:
2026-03-21 23:44:44 +03:00
parent 3e43dec7bd
commit 6d6b7aadd2
6 changed files with 24 additions and 26 deletions
-1
View File
@@ -68,7 +68,6 @@ class AppShell extends ConsumerWidget {
final s = ref.watch(stringsProvider);
final idx = _locationToIndex(context);
return Scaffold(
extendBody: true,
body: child,
bottomNavigationBar: NavigationBar(
selectedIndex: idx,