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:
@@ -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