Added remark

This commit is contained in:
M66B 2020-10-21 08:09:24 +02:00
parent 26079e9c09
commit d310462844
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
prefs.edit()
.remove("english")
.putString("language", Locale.US.toLanguageTag())
.commit();
.commit(); // apply won't work here
}
String language = prefs.getString("language", null);