fix: Display current theme mode

onboarding
Christian Pauly 5 years ago
parent 4dd8f4ed57
commit 5c4501208d

@ -49,6 +49,7 @@ class _SettingsStyleState extends State<SettingsStyle> {
@override
Widget build(BuildContext context) {
_currentTheme ??= AdaptiveTheme.of(context).mode;
return Scaffold(
appBar: AppBar(
leading: BackButton(),

Loading…
Cancel
Save