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

Commit d8284799 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Skip checkAppWindowsReadyToShow for shell transition" into main

parents 0f33ad19 f1f039bc
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -146,7 +146,9 @@ public class WindowAnimator {
            for (int i = 0; i < numDisplays; i++) {
            for (int i = 0; i < numDisplays; i++) {
                final DisplayContent dc = root.getChildAt(i);
                final DisplayContent dc = root.getChildAt(i);


                if (!useShellTransition) {
                    dc.checkAppWindowsReadyToShow();
                    dc.checkAppWindowsReadyToShow();
                }
                if (accessibilityController.hasCallbacks()) {
                if (accessibilityController.hasCallbacks()) {
                    accessibilityController.drawMagnifiedRegionBorderIfNeeded(dc.mDisplayId,
                    accessibilityController.drawMagnifiedRegionBorderIfNeeded(dc.mDisplayId,
                            mTransaction);
                            mTransaction);