Merge "Collapse Notification panel after tapping CLEAR ALL button"
This commit is contained in:
@@ -1440,6 +1440,11 @@ public class StatusBar extends SystemUI implements DemoMode,
|
||||
}
|
||||
};
|
||||
|
||||
if (hideAnimatedList.isEmpty()) {
|
||||
animationFinishAction.run();
|
||||
return;
|
||||
}
|
||||
|
||||
// let's disable our normal animations
|
||||
mStackScroller.setDismissAllInProgress(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user