Fix flicker
This line was added for window swapping, but it's not actually needed and causes regressions. Bug: 27635189 Change-Id: I6c9cdac8d1bf30029b9f36a106e1f2afebfd9072
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