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() {
|
private final Runnable mStopAnimator = new Runnable() { public void run() {
|
||||||
if (mTimeAnimator.isStarted()) {
|
if (mTimeAnimator.isStarted()) {
|
||||||
mTimeAnimator.end();
|
mTimeAnimator.end();
|
||||||
|
mRubberbanding = false;
|
||||||
}
|
}
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user