am 75bf1fe9: Merge "Fixed panel top padding animation regression" into lmp-preview-dev
* commit '75bf1fe9132cb97c073e53b034d10807e602da4e': Fixed panel top padding animation regression
This commit is contained in:
@@ -227,7 +227,6 @@ public class NotificationPanelView extends PanelView implements
|
||||
}
|
||||
mNotificationStackScroller.setIntrinsicPadding(stackScrollerPadding);
|
||||
requestScrollerTopPaddingUpdate(animateClock);
|
||||
mAnimateNextTopPaddingChange = false;
|
||||
}
|
||||
|
||||
private void startClockAnimation(int y) {
|
||||
@@ -591,6 +590,7 @@ public class NotificationPanelView extends PanelView implements
|
||||
mNotificationStackScroller.updateTopPadding(mQsExpansionHeight,
|
||||
mScrollView.getScrollY(),
|
||||
mAnimateNextTopPaddingChange || animate);
|
||||
mAnimateNextTopPaddingChange = false;
|
||||
}
|
||||
|
||||
private void trackMovement(MotionEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user