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

Commit dcee3f18 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 am: 3edaf821

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

Change-Id: I221aec148094c2fc2f4b200f9afc4682118ed9e0
parents 6e1d927e 3edaf821
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6213,11 +6213,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();
    }

    /**