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

Commit 549e4298 authored by Liana Kazanova's avatar Liana Kazanova Committed by Android (Google) Code Review
Browse files

Merge "Revert "Defer destroy activity if it is in transition."" into main

parents e33215df 145e8fa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3964,7 +3964,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        }
        if (isCurrentVisible) {
            if (isNextNotYetVisible || delayRemoval || isInTransition()) {
            if (isNextNotYetVisible || delayRemoval) {
                // Add this activity to the list of stopping activities. It will be processed and
                // destroyed when the next activity reports idle.
                addToStopping(false /* scheduleIdle */, false /* idleDelayed */,