Merge "Collapse Notification panel after tapping CLEAR ALL button" am: ca8b270063

am: d4b6e59cad

Change-Id: Ib6f48bc7bf8f6cfae5f66adcdd7923891c320f99
This commit is contained in:
Selim Cinek
2017-10-03 21:45:55 +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);