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

Commit 61a1d5ee authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Correct the comment" into rvc-dev am: ddd9c62b am: dd598108"...

Merge "Merge "Correct the comment" into rvc-dev am: ddd9c62b am: dd598108" into rvc-d1-dev-plus-aosp am: 1b0bda0c am: c1cc743a

Change-Id: I4377e1577d3ed5c71b0a17e2d8bd6e801a9f922c
parents 6f1adddb c1cc743a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1392,7 +1392,7 @@ final class AccessibilityController {
                    tempWindowStatesList.add(w);
                }
            }, false /* traverseTopToBottom */);
            // Insert the re-parented windows in another display on top of their parents in
            // Insert the re-parented windows in another display below their parents in
            // default display.
            mService.mRoot.forAllWindows(w -> {
                final WindowState parentWindow = findRootDisplayParentWindow(w);