diff --git a/lib/views/settings_style.dart b/lib/views/settings_style.dart index 57da3c88..f2ff9e00 100644 --- a/lib/views/settings_style.dart +++ b/lib/views/settings_style.dart @@ -49,6 +49,7 @@ class _SettingsStyleState extends State { @override Widget build(BuildContext context) { + _currentTheme ??= AdaptiveTheme.of(context).mode; return Scaffold( appBar: AppBar( leading: BackButton(),