Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
moba15 committed Jan 2, 2025
1 parent 9304088 commit 3c84995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/main/main_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MainScreen extends StatelessWidget {
icon: const Icon(Icons.settings)),
],
),
body: Center(
body: Center(
key: GlobalKey(),
child: const CircularProgressIndicator(),
));
Expand Down Expand Up @@ -163,7 +163,7 @@ class MainView extends StatelessWidget {
],
),
body: TabBarView(
key: GlobalKey(),
key: GlobalKey(),
children: state.screens
.map((t) =>
ScreenView(screen: t, numberOfRows: numberOfRows))
Expand Down

0 comments on commit 3c84995

Please sign in to comment.