ui: remove main selectionArea

This commit is contained in:
Simon Ding
2024-11-05 11:51:08 +08:00
parent 0d4b453d0a
commit 949b6e5188

View File

@@ -53,10 +53,8 @@ class _MyAppState extends ConsumerState<MyApp> {
final shellRoute = StatefulShellRoute.indexedStack( final shellRoute = StatefulShellRoute.indexedStack(
builder: (BuildContext context, GoRouterState state, builder: (BuildContext context, GoRouterState state,
StatefulNavigationShell navigationShell) { StatefulNavigationShell navigationShell) {
return SelectionArea( return MainSkeleton(
child: MainSkeleton( body: navigationShell,
body: navigationShell,
),
); );
}, },
branches: [ branches: [