mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Small behavior fix
This commit is contained in:
@@ -2752,7 +2752,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean small = prefs.getBoolean("deepl_small", false);
|
||||
boolean replace = prefs.getBoolean("deepl_replace", false);
|
||||
boolean replace = (!small && prefs.getBoolean("deepl_replace", false));
|
||||
|
||||
// Insert translated text
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user