mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Turn ENABLE_PIP_APP_ICON_OVERLAY on by default" into tm-qpr-dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user