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

Commit 56d7afca authored by Garfield Tan's avatar Garfield Tan Committed by Automerger Merge Worker
Browse files

Merge "Stop dispatching TaskInfo change when focus changes" into sc-dev am: 2faabc9b

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8b2c66ecdd9d577b252fd11fe752c533b5ef1832
parents a77bb47d 2faabc9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5301,7 +5301,8 @@ class Task extends WindowContainer<WindowContainer> {
     */
    void onWindowFocusChanged(boolean hasFocus) {
        updateShadowsRadius(hasFocus, getSyncTransaction());
        dispatchTaskInfoChangedIfNeeded(false /* force */);
        // TODO(b/180525887): Un-comment once there is resolution on the bug.
        // dispatchTaskInfoChangedIfNeeded(false /* force */);
    }

    void onPictureInPictureParamsChanged() {