Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67eba176 authored by Jean Chen's avatar Jean Chen
Browse files

feat(MultiFingerMultiTap): Add two finger triple tap for restore

When restoring, the two-finger triple tap gesture should also be added to ensure that it does not override the value set in SUW

Bug: 297805269
Test: manual
Change-Id: I7304be239b0266758c0f812a858528209e2da97d
parent c8d99bd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -391,6 +391,7 @@ public class SettingsHelper {
            case Settings.Secure.TOUCH_EXPLORATION_ENABLED:
            case Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED:
            case Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED:
            case Settings.Secure.ACCESSIBILITY_MAGNIFICATION_TWO_FINGER_TRIPLE_TAP_ENABLED:
            case Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_NAVBAR_ENABLED:
                return Settings.Secure.getInt(mContext.getContentResolver(), name, 0) != 0;
            case Settings.Secure.TOUCH_EXPLORATION_GRANTED_ACCESSIBILITY_SERVICES: