am 66bcbb9e: Merge "Fix notification panel bug which prevented proper resizing" into jb-mr1-dev

* commit '66bcbb9e39f6c877210e7aa46b8e5d38fd79070a':
  Fix notification panel bug which prevented proper resizing
This commit is contained in:
Chet Haase
2012-08-21 13:06:27 -07:00
committed by Android Git Automerger

View File

@@ -66,6 +66,7 @@ public class PanelView extends FrameLayout {
private final Runnable mStopAnimator = new Runnable() { public void run() {
if (mTimeAnimator.isStarted()) {
mTimeAnimator.end();
mRubberbanding = false;
}
}};