From 5c4501208d4d50b3a31b635f730964e3cd321636 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 16 Jan 2021 15:33:41 +0100 Subject: [PATCH] fix: Display current theme mode --- lib/views/settings_style.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/settings_style.dart b/lib/views/settings_style.dart index 57da3c886..f2ff9e001 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(),