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

Commit 0a347e2a authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Ensure the top-resume-loss is called" into main

parents ee69ae13 fcaded71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2541,7 +2541,7 @@ public class ActivityTaskSupervisor implements RecentTasks.Callbacks {
                return;
            }

            if (r.isState(PAUSING)) {
            if (!timeout && r.isState(PAUSING)) {
                // Do not handle the top-resumed-state-lost if the activity is currently pausing to
                // prevent rapid top-resumed activity switch.
                return;