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

Commit 3edaf821 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove redundant sending app visibility" into sc-v2-dev am: 83d16ed7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15787455

Change-Id: I13ee95f4cda7fb0998b4c55eb4ed0ebe9aacb005
parents f731a9d1 83d16ed7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6211,11 +6211,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        // TODO(shell-transitions): Remove mDeferHidingClient once everything is shell-transitions.
        //                          pip activities should just remain in clientVisible.
        if (!clientVisible && mDeferHidingClient) return;
        ProtoLog.v(WM_DEBUG_APP_TRANSITIONS,
                "setClientVisible: %s clientVisible=%b Callers=%s", this, clientVisible,
                Debug.getCallers(5));
        super.setClientVisible(clientVisible);
        sendAppVisibilityToClients();
    }

    /**