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

Commit 1897e4f4 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Turn ENABLE_PIP_APP_ICON_OVERLAY on by default" into tm-qpr-dev

parents a176ad06 31349528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public class SwipePipToHomeAnimator extends RectFSpringAnim {
            // to other classes like PipTaskOrganizer / RecentsAnimationController to complete
            // the cleanup.
            if (SystemProperties.getBoolean(
                    "persist.wm.debug.enable_pip_app_icon_overlay", false)) {
                    "persist.wm.debug.enable_pip_app_icon_overlay", true)) {
                mPipContentOverlay = new PipContentOverlay.PipAppIconOverlay(view.getContext(),
                        mAppBounds, mActivityInfo);
            }  else {