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

Commit ba80ba53 authored by Youngsang Cho's avatar Youngsang Cho
Browse files

Allow activities to enter PiP when forceResizeableActivities is true.

Bug: 26187878
Change-Id: I074fd39748d53bb0bdf1769468b2c3a4092aa506
parent fca2a63f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3462,7 +3462,7 @@ public final class ActivityStackSupervisor implements DisplayListener {
            return false;
        }

        if (!r.info.supportsPip) {
        if (!mService.mForceResizableActivities && !r.info.supportsPip) {
            Slog.w(TAG,
                    "moveTopStackActivityToPinnedStackLocked: Picture-In-Picture not supported for "
                    + " r=" + r);