mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Send chips: accessibility
This commit is contained in:
@@ -594,6 +594,9 @@ public class ApplicationEx extends Application
|
||||
boolean reply_all = prefs.getBoolean("reply_all", false);
|
||||
if (reply_all)
|
||||
editor.remove("reply_all").putString("answer_action", "reply_all");
|
||||
} else if (version < 1847) {
|
||||
if (Helper.isAccessibilityEnabled(context))
|
||||
editor.putBoolean("send_chips", false);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user