Merge "Fix expanded notifications on lockscreen" into lmp-dev

This commit is contained in:
Jorim Jaggi
2014-09-02 15:07:36 +00:00
committed by Android (Google) Code Review

View File

@@ -720,6 +720,8 @@ public abstract class PanelView extends FrameLayout {
abortAnimations();
if (mTracking) {
onTrackingStopped(true /* expands */); // The panel is expanded after this call.
}
if (mExpanding) {
notifyExpandingFinished();
}
setVisibility(VISIBLE);