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

Unverified Commit 43796781 authored by Steve Kondik's avatar Steve Kondik Committed by Michael Bestas
Browse files

perf: Add missing activity resumed trigger

 * Lost in merge.

Change-Id: Ibd241e437d5225371738a2e999c2acc793551fcd
parent 6de2ab2e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2255,6 +2255,11 @@ final class ActivityStack {
            return false;
        }

        // Some activities may want to alter the system power management
        if (mStackSupervisor.mService.mPerf != null) {
            mStackSupervisor.mService.mPerf.activityResumed(next.intent);
        }

        // The activity may be waiting for stop, but that is no longer
        // appropriate for it.
        mStackSupervisor.mStoppingActivities.remove(next);