Send chips: accessibility

This commit is contained in:
M66B
2022-02-24 19:27:34 +01:00
parent ab270eb596
commit b0e4c4f697
3 changed files with 17 additions and 8 deletions

View File

@@ -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)