Merge "Fix notification panel bug which prevented proper resizing" into jb-mr1-dev

This commit is contained in:
Chet Haase
2012-08-21 13:03:49 -07:00
committed by Android (Google) Code Review

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