diff --git a/app/lib/widget/settings.dart b/app/lib/widget/settings.dart index c846fbc5..e2cee093 100644 --- a/app/lib/widget/settings.dart +++ b/app/lib/widget/settings.dart @@ -1400,7 +1400,8 @@ class _ThemeSettingsState extends State<_ThemeSettings> { } } - Future _onUseBlackInDarkThemeChanged(BuildContext context, bool value) async { + Future _onUseBlackInDarkThemeChanged( + BuildContext context, bool value) async { final oldValue = _isUseBlackInDarkTheme; setState(() { _isUseBlackInDarkTheme = value;