mirror of https://github.com/M66B/FairEmail.git
Small behavior fix
This commit is contained in:
parent
c5aa054970
commit
6364783edf
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue