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

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

Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev

parents 0ecb0c43 237a7015
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ public class NotificationPanelView extends PanelView implements
        // Calculate quick setting heights.
        mQsMinExpansionHeight = mKeyguardShowing ? 0 : mHeader.getCollapsedHeight() + mQsPeekHeight;
        mQsMaxExpansionHeight = mHeader.getExpandedHeight() + mQsContainer.getHeight();
        positionClockAndNotifications();
        if (mQsExpanded) {
            if (mQsFullyExpanded) {
                mQsExpansionHeight = mQsMaxExpansionHeight;
@@ -283,7 +284,6 @@ public class NotificationPanelView extends PanelView implements
            }
        } else {
            setQsExpansion(mQsMinExpansionHeight + mLastOverscroll);
            positionClockAndNotifications();
            mNotificationStackScroller.setStackHeight(getExpandedHeight());
            updateHeader();
        }