1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Automatically apply new dark theme settings

This commit is contained in:
2020-05-12 19:18:42 +02:00
parent 6b8cc2569d
commit fe3f0c0e85
3 changed files with 18 additions and 2 deletions

View File

@ -74,6 +74,7 @@ class __ApplicationSettingsScreenState
/// Apply new settings
_updatedSettings() {
setState(() {});
applyNewThemeSettings(context);
}
}