Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -291,8 +291,8 @@ public class NotificationPanelView extends PanelView implements } else { setQsExpansion(mQsMinExpansionHeight + mLastOverscroll); mNotificationStackScroller.setStackHeight(getExpandedHeight()); updateHeader(); } updateHeader(); mNotificationStackScroller.updateIsSmallScreen( mHeader.getCollapsedHeight() + mQsPeekHeight); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -291,8 +291,8 @@ public class NotificationPanelView extends PanelView implements } else { setQsExpansion(mQsMinExpansionHeight + mLastOverscroll); mNotificationStackScroller.setStackHeight(getExpandedHeight()); updateHeader(); } updateHeader(); mNotificationStackScroller.updateIsSmallScreen( mHeader.getCollapsedHeight() + mQsPeekHeight); } Loading