We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9f7ec commit 6013b09Copy full SHA for 6013b09
1 file changed
lib/layouts/TabletLayout.dart
@@ -36,10 +36,7 @@ class _TabletlayoutState extends State<Tabletlayout> {
36
selectedIndexInNavigationBar = index;
37
});
38
} else {
39
- Navigator.push(
40
- context,
41
- MaterialPageRoute(builder: (context) => SettingsPage()),
42
- );
+ Navigator.push(context, MaterialPageRoute(builder: (context) => SettingsPage()));
43
}
44
},
45
body: getSelectedPage(),
@@ -88,4 +85,4 @@ class ExercisePage extends StatelessWidget{
88
85
),
89
86
);
90
87
91
-}
+}
0 commit comments