mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 04:45:50 +01:00
Added remark
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user