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

Commit 023d3365 authored by Roman Birg's avatar Roman Birg Committed by Danesh M
Browse files

SystemUI: recalculate clock position on removing empty shade views



Change-Id: I70cc2dd3e1da99d4467cd43fc81018ccf135cd77
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
(cherry picked from commit 4f965c58)
parent 2e0a11bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2258,6 +2258,9 @@ public class NotificationPanelView extends PanelView implements

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

    public void setQsScrimEnabled(boolean qsScrimEnabled) {