Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab860fb4 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed panel top padding animation regression" into lmp-preview-dev

parents 9fcabfee 758afb14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {