Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −0 Original line number Diff line number Diff line Loading @@ -1512,6 +1512,11 @@ public class StatusBar extends SystemUI implements DemoMode, } }; if (hideAnimatedList.isEmpty()) { animationFinishAction.run(); return; } // let's disable our normal animations mStackScroller.setDismissAllInProgress(true); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −0 Original line number Diff line number Diff line Loading @@ -1512,6 +1512,11 @@ public class StatusBar extends SystemUI implements DemoMode, } }; if (hideAnimatedList.isEmpty()) { animationFinishAction.run(); return; } // let's disable our normal animations mStackScroller.setDismissAllInProgress(true); Loading