mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
_currentTheme ??= AdaptiveTheme.of(context).mode;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
leading: BackButton(),
|
leading: BackButton(),
|
||||||
|
Loading…
Reference in New Issue
Block a user