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

Commit 8d9a06fe authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 6e7bf935: Merge "Notify accessibility for window changes after an app...

am 6e7bf935: Merge "Notify accessibility for window changes after an app animation end." into lmp-mr1-dev

* commit '6e7bf935':
  Notify accessibility for window changes after an app animation end.
parents 2b236ab3 6e7bf935
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -455,6 +455,14 @@ class WindowStateAnimator {
            }
        }

        if (!isWindowAnimating()) {
            //TODO (multidisplay): Accessibility is supported only for the default display.
            if (mService.mAccessibilityController != null
                    && mWin.getDisplayId() == Display.DEFAULT_DISPLAY) {
                mService.mAccessibilityController.onSomeWindowResizedOrMovedLocked();
            }
        }

        if (!mWin.mExiting) {
            return;
        }