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

Commit 31349528 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Turn ENABLE_PIP_APP_ICON_OVERLAY on by default

Bug: 265998256
Test: atest PinnedStackTests
Change-Id: Ie536cc5016c9b28e1ae788a195f726d2a977efb2
parent 62590844
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 {