mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Format code
This commit is contained in:
parent
0a233dce36
commit
e5e55a52b7
1 changed files with 2 additions and 1 deletions
|
@ -1400,7 +1400,8 @@ class _ThemeSettingsState extends State<_ThemeSettings> {
|
|||
}
|
||||
}
|
||||
|
||||
Future<void> _onUseBlackInDarkThemeChanged(BuildContext context, bool value) async {
|
||||
Future<void> _onUseBlackInDarkThemeChanged(
|
||||
BuildContext context, bool value) async {
|
||||
final oldValue = _isUseBlackInDarkTheme;
|
||||
setState(() {
|
||||
_isUseBlackInDarkTheme = value;
|
||||
|
|
Loading…
Reference in a new issue