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

Commit 7b3fe720 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I08c84e7c37dafa607393c0f9edbc37e9df5f3e51
parents 0f104b49 cc0bf31f
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);