Small behavior fix

This commit is contained in:
M66B
2023-05-18 17:19:51 +02:00
parent c5aa054970
commit 6364783edf

View File

@@ -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
/*