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

Commit a740a2e4 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix noisy pip logs" into sc-dev

parents 9afeed43 f81a67fa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,9 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,

    /** Moves the PiP menu to the destination bounds. */
    public void finishResizeForMenu(Rect destinationBounds) {
        if (!isInPip()) {
            return;
        }
        mPipMenuController.movePipMenu(null, null, destinationBounds);
        mPipMenuController.updateMenuBounds(destinationBounds);
    }
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ import java.util.List;
 */
public class PhonePipMenuController implements PipMenuController {

    private static final String TAG = "PipMenuActController";
    private static final String TAG = "PhonePipMenuController";
    private static final boolean DEBUG = false;

    public static final int MENU_STATE_NONE = 0;