Merge "Collapse Notification panel after tapping CLEAR ALL button"

This commit is contained in:
Selim Cinek
2017-10-03 21:07:57 +00:00
committed by Gerrit Code Review

View File

@@ -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);