Correct the comment

Fix: 150910210
Test: n/a. only update the comment
Change-Id: I0017cdc7729e1947fc0b6f3c3c1c2f5f60fd2ba5
This commit is contained in:
Jackal Guo
2020-03-06 11:58:59 +08:00
parent 4e3f08bb16
commit 01e0193389

View File

@@ -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);