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

Commit 6360d29c authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am bc1a8f42: Merge "Active window not correctly computed."

* commit 'bc1a8f42':
  Active window not correctly computed.
parents 615c9464 bc1a8f42
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3175,8 +3175,9 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
                    // The active window also determined events from which
                    // windows are delivered.
                    synchronized (mLock) {
                        mFocusedWindowId = getFocusedWindowId();
                        if (mWindowsForAccessibilityCallback == null
                                && windowId == getFocusedWindowId()) {
                                && windowId == mFocusedWindowId) {
                            mActiveWindowId = windowId;
                        }
                    }