Revert "Follow system locale pt.2: immediately apply it"

This reverts commit bce7845f9b.
This commit is contained in:
SpiritCroc 2020-05-27 17:49:35 +02:00
parent f4d0317253
commit 3712a35480
1 changed files with 1 additions and 1 deletions

View File

@ -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))