mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 06:22:34 +01:00
fix: Display current theme mode
This commit is contained in:
parent
5a1085ad0c
commit
41483dd6fd
@ -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…
Reference in New Issue
Block a user