Fix flicker
am: b583f08
* commit 'b583f084c9f63b11a58a6ac7ad18613dc38ccdb6':
Fix flicker
This commit is contained in:
@@ -1871,7 +1871,6 @@ final class ActivityStack {
|
|||||||
// appropriate for it.
|
// appropriate for it.
|
||||||
mStackSupervisor.mStoppingActivities.remove(r);
|
mStackSupervisor.mStoppingActivities.remove(r);
|
||||||
mStackSupervisor.mGoingToSleepActivities.remove(r);
|
mStackSupervisor.mGoingToSleepActivities.remove(r);
|
||||||
mStackSupervisor.mWaitingVisibleActivities.remove(r);
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// Just skip on any failure; we'll make it
|
// Just skip on any failure; we'll make it
|
||||||
// visible when it next restarts.
|
// visible when it next restarts.
|
||||||
|
|||||||
Reference in New Issue
Block a user