Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ public class NotificationStackScrollLayout extends ViewGroup bottom = Math.min(bottom, getHeight()); bottom = Math.min(bottom, getHeight()); } } } else { } else { top = (int) (mTopPadding + mStackTranslation); top = mTopPadding; bottom = top; bottom = top; } } if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) { if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2009,7 +2009,7 @@ public class NotificationStackScrollLayout extends ViewGroup bottom = Math.min(bottom, getHeight()); bottom = Math.min(bottom, getHeight()); } } } else { } else { top = (int) (mTopPadding + mStackTranslation); top = mTopPadding; bottom = top; bottom = top; } } if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) { if (mPhoneStatusBar.getBarState() != StatusBarState.KEYGUARD) { Loading