mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Disable emoji2 by default
emoji2 is unstable and Google isn't interested in fixing it
This commit is contained in:
@@ -172,7 +172,7 @@ public class ApplicationEx extends Application
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
final boolean crash_reports = prefs.getBoolean("crash_reports", false);
|
||||
final boolean leak_canary = prefs.getBoolean("leak_canary", false);
|
||||
final boolean load_emoji = prefs.getBoolean("load_emoji", BuildConfig.PLAY_STORE_RELEASE);
|
||||
final boolean load_emoji = prefs.getBoolean("load_emoji", false);
|
||||
|
||||
prev = Thread.getDefaultUncaughtExceptionHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user