💄 Optimize post editor

This commit is contained in:
2024-10-08 00:06:08 +08:00
parent 606a0d708a
commit 442ef06147
2 changed files with 177 additions and 116 deletions

View File

@@ -49,6 +49,7 @@ class RootShell extends StatelessWidget {
return Scaffold(
key: rootScaffoldKey,
backgroundColor: Theme.of(context).colorScheme.surface,
bottomNavigationBar: showBottomNavigation
? AppNavigationBottom(
initialIndex: destNames.indexOf(routeName ?? 'page'),