Merge "Fix notification panel bug which prevented proper resizing" into jb-mr1-dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user