Skip to content

Commit 931814d

Browse files
romanbbGerrit Code Review
authored andcommitted
Revert "SystemUI: recalculate clock position on removing empty shade views"
This reverts commit 023d336. Change-Id: I79bde45cd57e2523dbfa3211c5971c4b82a240c0
1 parent 4855c26 commit 931814d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,9 +2541,6 @@ private void updateEmptyShadeView() {
25412541

25422542
// Hide "No notifications" in QS.
25432543
mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded);
2544-
if (mStatusBarState == StatusBarState.KEYGUARD) {
2545-
positionClockAndNotifications();
2546-
}
25472544
}
25482545

25492546
public void setQsScrimEnabled(boolean qsScrimEnabled) {

0 commit comments

Comments
 (0)