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

Commit 3782797a authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Don't preserve the window on client side when pinning activity."

parents 18f11bc0 a21136c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3429,7 +3429,7 @@ public final class ActivityStackSupervisor implements DisplayListener {
            pinnedStack.moveActivityToStack(r);
        }

        resizeStackLocked(PINNED_STACK_ID, bounds, PRESERVE_WINDOWS, true);
        resizeStackLocked(PINNED_STACK_ID, bounds, !PRESERVE_WINDOWS, true);

        // The task might have already been running and its visibility needs to be synchronized with
        // the visibility of the stack / windows.