Remove unnecessary breaks
This commit is contained in:
parent
35f7029e12
commit
774ccb1ddc
2 changed files with 0 additions and 7 deletions
|
|
@ -52,12 +52,9 @@ class ConfigurationService {
|
|||
switch (value) {
|
||||
case 'false':
|
||||
await Preferences.instance.setBool(key, false);
|
||||
break;
|
||||
case 'true':
|
||||
await Preferences.instance.setBool(key, true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue