Fix flicker

am: b583f08

* commit 'b583f084c9f63b11a58a6ac7ad18613dc38ccdb6':
  Fix flicker
This commit is contained in:
Jorim Jaggi
2016-03-28 21:05:55 +00:00
committed by android-build-merger

View File

@@ -1871,7 +1871,6 @@ final class ActivityStack {
// appropriate for it.
mStackSupervisor.mStoppingActivities.remove(r);
mStackSupervisor.mGoingToSleepActivities.remove(r);
mStackSupervisor.mWaitingVisibleActivities.remove(r);
} catch (Exception e) {
// Just skip on any failure; we'll make it
// visible when it next restarts.