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

Commit e27a3025 authored by Youngsang Cho's avatar Youngsang Cho Committed by Android (Google) Code Review
Browse files

Merge "Allow activities to enter PiP when forceResizeableActivities is true."

parents fbe12c4e ba80ba53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3525,7 +3525,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);