This commit is contained in:
@ -52,7 +52,6 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
onChanged: (int? newValue) async {
|
||||
if (newValue != null) {
|
||||
await controller.setCrossAxisCount(newValue);
|
||||
setState(() {});
|
||||
}
|
||||
},
|
||||
),
|
||||
@ -93,7 +92,6 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
onChanged: (PageTransition? newValue) async {
|
||||
if (newValue != null) {
|
||||
await controller.setTransitionType(newValue);
|
||||
setState(() {});
|
||||
}
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user