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

Commit d176f42c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary non-empty judgment in WindowManagerGlobal file." into main

parents ac53603b 0a5d37f2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -586,9 +586,7 @@ public final class WindowManagerGlobal {
        ViewRootImpl root = mRoots.get(index);
        View view = root.getView();

        if (root != null) {
        root.getImeFocusController().onWindowDismissed();
        }
        boolean deferred = root.die(immediate);
        if (view != null) {
            view.assignParent(null);