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