mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Fix color issues when the system theme is changed (#2738)
This commit is contained in:
parent
19427fbfec
commit
ef1ed28ac5
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ Improvements 🙌:
|
|||
|
||||
Bugfix 🐛:
|
||||
- Message states cosmetic changes (#3007)
|
||||
- Fix color issues when the system theme is changed (#2738)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -39,6 +39,8 @@ class VectorConfiguration @Inject constructor(private val context: Context) {
|
|||
Timber.v("## onConfigurationChanged(): restore the expected value ${VectorLocale.applicationLocale}")
|
||||
Locale.setDefault(VectorLocale.applicationLocale)
|
||||
}
|
||||
// Night mode may have changed
|
||||
ThemeUtils.init(context)
|
||||
}
|
||||
|
||||
fun applyToApplicationContext() {
|
||||
|
|
Loading…
Add table
Reference in a new issue