Revert "Follow system locale pt.2: immediately apply it"
This reverts commit bce7845f9b7c70295479c6f6872eef3d4fcd4438.
This commit is contained in:
parent
f4d0317253
commit
3712a35480
@ -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…
x
Reference in New Issue
Block a user