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

Commit 758afb14 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed panel top padding animation regression

Bug: 14487435
Change-Id: I50a56d2a3bdbcbce078e96bdb9b9d9f4249b937e
parent 151037c5
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) {