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

Commit 82e21b33 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 9ea8f390: Explore by touch enabled when screen magnification is on.

* commit '9ea8f390':
  Explore by touch enabled when screen magnification is on.
parents eb43858e 9ea8f390
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1206,9 +1206,6 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
    }

    private void tryDisableTouchExplorationLocked(Service service) {
        if (!service.canReceiveEvents()) {
            return;
        }
        UserState userState = getUserStateLocked(service.mUserId);
        if (userState.mIsTouchExplorationEnabled) {
            final int serviceCount = userState.mServices.size();