Skip to content

Commit 7a3ef4f

Browse files
romanbbGerrit Code Review
authored andcommitted
Revert "SystemUI: fix clock jumping when expanding QS from lockscreen"
No longer needed. This reverts commit 8dffc86. Change-Id: I889364790a01433596b7e97e2be971ff68205acb
1 parent 1974da9 commit 7a3ef4f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

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

25422542
// Hide "No notifications" in QS.
25432543
mNotificationStackScroller.updateEmptyShadeView(mShadeEmpty && !mQsExpanded);
2544-
if (mStatusBarState == StatusBarState.KEYGUARD
2545-
&& (!mQsExpanded || mQsExpandImmediate || mIsExpanding
2546-
&& mQsExpandedWhenExpandingStarted)) {
2544+
if (mStatusBarState == StatusBarState.KEYGUARD) {
25472545
positionClockAndNotifications();
25482546
}
25492547
}

0 commit comments

Comments
 (0)