mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Disable emoji2 by default
emoji2 is unstable and Google isn't interested in fixing it
This commit is contained in:
@@ -595,7 +595,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
|
||||
tvGenericUserAgent.setText(WebViewEx.getUserAgent(getContext()));
|
||||
swGenericUserAgent.setChecked(prefs.getBoolean("generic_ua", false));
|
||||
swSafeBrowsing.setChecked(prefs.getBoolean("safe_browsing", false));
|
||||
swLoadEmoji.setChecked(prefs.getBoolean("load_emoji", BuildConfig.PLAY_STORE_RELEASE));
|
||||
swLoadEmoji.setChecked(prefs.getBoolean("load_emoji", false));
|
||||
|
||||
long time = prefs.getLong("disconnect_last", -1);
|
||||
DateFormat DF = SimpleDateFormat.getDateTimeInstance();
|
||||
|
||||
Reference in New Issue
Block a user