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

Commit de6c4690 authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Fix uiautomator failed to get active window."

parents e0501b16 6c7522ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1832,8 +1832,8 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
        updateMagnificationLocked(userState);
        scheduleUpdateFingerprintGestureHandling(userState);
        scheduleUpdateInputFilter(userState);
        scheduleUpdateClientsIfNeededLocked(userState);
        updateRelevantEventsLocked(userState);
        scheduleUpdateClientsIfNeededLocked(userState);
        updateAccessibilityButtonTargetsLocked(userState);
    }