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

Commit 01e01933 authored by Jackal Guo's avatar Jackal Guo
Browse files

Correct the comment

Fix: 150910210
Test: n/a. only update the comment
Change-Id: I0017cdc7729e1947fc0b6f3c3c1c2f5f60fd2ba5
parent 4e3f08bb
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);