mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 21:47:56 +08:00
ui: remove main selectionArea
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user