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

Commit cccf2a33 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "Keydispatching timeout while finish Activity"

parents f3172c62 c8733b81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2526,6 +2526,7 @@ final class ActivityStack {
        // activity into the stopped state and then finish it.
        if (localLOGV) Slog.v(TAG, "Enqueueing pending finish: " + r);
        mStackSupervisor.mFinishingActivities.add(r);
        r.resumeKeyDispatchingLocked();
        mStackSupervisor.getFocusedStack().resumeTopActivityLocked(null);
        return r;
    }