am 64e5cc2f: am c7bdf1ab: Merge "Fix expanded notifications on lockscreen" into lmp-dev

* commit '64e5cc2f5ed92b3d8f5ec535da61e14c6ed52b01':
  Fix expanded notifications on lockscreen
This commit is contained in:
Jorim Jaggi
2014-09-02 15:28:35 +00:00
committed by Android Git Automerger

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