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

Commit 623c734d authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Remove stopping activity from activities to stop"

parents 26bd5f1d 88176107
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1098,6 +1098,9 @@ final class ActivityStack {
                                case RESUMED:
                                case PAUSING:
                                case PAUSED:
                                    // This case created for transitioning activities from
                                    // translucent to opaque {@link Activity#convertToOpaque}.
                                    mStackSupervisor.mStoppingActivities.remove(r);
                                    stopActivityLocked(r);
                                    break;