Merge "Collapse Notification panel after tapping CLEAR ALL button"

am: ca8b270063

Change-Id: I3ce745ab3546fa93aa0cafa7874b8449e6d2cfc9
This commit is contained in:
Selim Cinek
2017-10-03 21:30:14 +00:00
committed by android-build-merger

View File

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