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

Commit a711d947 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: I740df5bd04be0a2900e2d3d62cd38c9eac821458
parents f0603a12 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() {