Apply dart autofixes
This commit is contained in:
parent
fa26d2f914
commit
505e3c2cd7
7 changed files with 11 additions and 9 deletions
|
@ -120,8 +120,9 @@ class HomePageState extends State<HomePage> {
|
|||
|
||||
setState(() {});
|
||||
|
||||
if(requireRestart)
|
||||
if(requireRestart) {
|
||||
Navigator.pop(context);
|
||||
}
|
||||
},
|
||||
)
|
||||
, SwitchListTile(value: requireRestart, onChanged: (V) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue