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