mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Restart the app to apply the new language setting.
This commit is contained in:
committed by
jeffrey-signal
parent
952990c8af
commit
4c47f337ea
@@ -599,7 +599,7 @@ public class TextSecurePreferences {
|
||||
*/
|
||||
@Deprecated
|
||||
public static void setLanguage(Context context, String language) {
|
||||
setStringPreference(context, LANGUAGE_PREF, language);
|
||||
getSharedPreferences(context).edit().putString(LANGUAGE_PREF, language).commit();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user