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

Commit bc1a8f42 authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Active window not correctly computed."

parents 8e1f9187 48eacec5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3176,8 +3176,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;
                        }
                    }