mirror of https://github.com/M66B/FairEmail.git
Added remark
This commit is contained in:
parent
26079e9c09
commit
d310462844
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue