* commit '4dcf1af3ed8dfa546e6cbf5ecfa66914a3fda883': Keydispatching timeout while finish Activity
This commit is contained in:
@@ -2526,6 +2526,7 @@ final class ActivityStack {
|
|||||||
// activity into the stopped state and then finish it.
|
// activity into the stopped state and then finish it.
|
||||||
if (localLOGV) Slog.v(TAG, "Enqueueing pending finish: " + r);
|
if (localLOGV) Slog.v(TAG, "Enqueueing pending finish: " + r);
|
||||||
mStackSupervisor.mFinishingActivities.add(r);
|
mStackSupervisor.mFinishingActivities.add(r);
|
||||||
|
r.resumeKeyDispatchingLocked();
|
||||||
mStackSupervisor.getFocusedStack().resumeTopActivityLocked(null);
|
mStackSupervisor.getFocusedStack().resumeTopActivityLocked(null);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user