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

@@ -309,6 +309,10 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
editor.putBoolean("landscape3", false);
}
// Default send bubbles off when accessibility enabled
if (Helper.isAccessibilityEnabled(this))
editor.putBoolean("send_chips", false);
editor.apply();
if (Helper.isNight(this))