We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4855c26 commit 931814dCopy full SHA for 931814d
1 file changed
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
@@ -2541,9 +2541,6 @@ private void updateEmptyShadeView() {
2541
2542
// Hide "No notifications" in QS.
2543
mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded);
2544
- if (mStatusBarState == StatusBarState.KEYGUARD) {
2545
- positionClockAndNotifications();
2546
- }
2547
}
2548
2549
public void setQsScrimEnabled(boolean qsScrimEnabled) {
0 commit comments