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

Commit 9b0081df authored by Phil Weaver's avatar Phil Weaver
Browse files

Fix decision handle accessibility events.

This was a typo in the original CL.

Change-Id: Iddb2a6ac6848e3ee91694befa1835e56ce50d470
parent 0dda14c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4073,7 +4073,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
        }

        public boolean isHandlingAccessibilityEvents() {
            return !mBoundServices.isEmpty() || !mBoundServices.isEmpty();
            return !mBoundServices.isEmpty() || !mBindingServices.isEmpty();
        }

        public void onSwitchToAnotherUser() {