Merge "AOD: Make sure to update visibilities after instant expanding" into oc-dr1-dev

This commit is contained in:
Adrian Roos
2017-07-27 14:58:45 +00:00
committed by Android (Google) Code Review

View File

@@ -4715,6 +4715,7 @@ public class StatusBar extends SystemUI implements DemoMode,
// Make our window larger and the panel expanded.
makeExpandedVisible(true);
mNotificationPanel.expand(false /* animate */);
recomputeDisableFlags(false /* animate */);
}
private void instantCollapseNotificationPanel() {