Skip to content

Commit

Permalink
fix lints for flutter 3.27.0 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Dec 17, 2024
1 parent 57abe70 commit ba5ddb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ class SettingsProvider with ChangeNotifier {
.setString(settingTheme, settingThemeLight);
break;
case ThemeMode.system:
default:
await SharedPreferencesAsync()
.setString(settingTheme, settingThemeSystem);
}
Expand Down

0 comments on commit ba5ddb3

Please sign in to comment.