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

Commit 2faabc9b authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Stop dispatching TaskInfo change when focus changes" into sc-dev

parents bf07abc3 7c5f84de
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() {