Skip to content

Commit 66bcbb9

Browse files
chethaaseAndroid (Google) Code Review
authored andcommitted
Merge "Fix notification panel bug which prevented proper resizing" into jb-mr1-dev
2 parents df5c3a5 + 179ec6d commit 66bcbb9

File tree

1 file changed

+1
-0
lines changed
  • packages/SystemUI/src/com/android/systemui/statusbar/phone

1 file changed

+1
-0
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime)
6666
private final Runnable mStopAnimator = new Runnable() { public void run() {
6767
if (mTimeAnimator.isStarted()) {
6868
mTimeAnimator.end();
69+
mRubberbanding = false;
6970
}
7071
}};
7172

0 commit comments

Comments
 (0)