Revert "Follow system locale"
This reverts commit 7b6a1ed2e769eecfba29ac5bb3b35701cd0bbd2e.
This commit is contained in:
parent
3712a35480
commit
0eb8b61a3d
@ -58,7 +58,7 @@ object VectorLocale {
|
||||
fun init(context: Context) {
|
||||
val preferences = PreferenceManager.getDefaultSharedPreferences(context)
|
||||
|
||||
if (false && preferences.contains(APPLICATION_LOCALE_LANGUAGE_KEY)) {
|
||||
if (preferences.contains(APPLICATION_LOCALE_LANGUAGE_KEY)) {
|
||||
applicationLocale = Locale(preferences.getString(APPLICATION_LOCALE_LANGUAGE_KEY, "")!!,
|
||||
preferences.getString(APPLICATION_LOCALE_COUNTRY_KEY, "")!!,
|
||||
preferences.getString(APPLICATION_LOCALE_VARIANT_KEY, "")!!
|
||||
|
@ -9,7 +9,6 @@
|
||||
<im.vector.riotx.core.preference.VectorPreference
|
||||
android:dialogTitle="@string/settings_select_language"
|
||||
android:key="SETTINGS_INTERFACE_LANGUAGE_PREFERENCE_KEY"
|
||||
android:enabled="false"
|
||||
android:title="@string/settings_interface_language" />
|
||||
|
||||
<im.vector.riotx.core.preference.VectorListPreference
|
||||
|
Loading…
x
Reference in New Issue
Block a user