mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 10:48:54 +03:00
Revert "Follow system locale pt.2: immediately apply it"
This reverts commit bce7845f9b
.
This commit is contained in:
parent
f4d0317253
commit
3712a35480
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class VectorConfiguration @Inject constructor(private val context: Context) {
|
|||
needsSettingsUpdate = true
|
||||
}
|
||||
if (needsSettingsUpdate) {
|
||||
updateApplicationSettings(Locale.getDefault(),
|
||||
updateApplicationSettings(VectorLocale.applicationLocale,
|
||||
FontScale.getFontScalePrefValue(context),
|
||||
ThemeUtils.getApplicationLightTheme(context),
|
||||
ThemeUtils.getApplicationDarkTheme(context))
|
||||
|
|
Loading…
Add table
Reference in a new issue