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

Commit 7a3ef4f8 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

Revert "SystemUI: fix clock jumping when expanding QS from lockscreen"

No longer needed.

This reverts commit 8dffc868.

Change-Id: I889364790a01433596b7e97e2be971ff68205acb
parent 1974da95
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2541,9 +2541,7 @@ public class NotificationPanelView extends PanelView implements

        // Hide "No notifications" in QS.
        mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded);
        if (mStatusBarState == StatusBarState.KEYGUARD
                && (!mQsExpanded || mQsExpandImmediate || mIsExpanding
                && mQsExpandedWhenExpandingStarted)) {
        if (mStatusBarState == StatusBarState.KEYGUARD) {
            positionClockAndNotifications();
        }
    }