Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1553,7 +1553,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable final int pinnedHeight = firstVisibleSection != null final int pinnedHeight = firstVisibleSection != null ? firstVisibleSection.getFirstVisibleChild().getPinnedHeadsUpHeight() ? firstVisibleSection.getFirstVisibleChild().getPinnedHeadsUpHeight() : 0; : 0; return mHeadsUpInset + pinnedHeight; return mHeadsUpInset - mAmbientState.getStackTopMargin() + pinnedHeight; } } return getMinExpansionHeight(); return getMinExpansionHeight(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1553,7 +1553,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable final int pinnedHeight = firstVisibleSection != null final int pinnedHeight = firstVisibleSection != null ? firstVisibleSection.getFirstVisibleChild().getPinnedHeadsUpHeight() ? firstVisibleSection.getFirstVisibleChild().getPinnedHeadsUpHeight() : 0; : 0; return mHeadsUpInset + pinnedHeight; return mHeadsUpInset - mAmbientState.getStackTopMargin() + pinnedHeight; } } return getMinExpansionHeight(); return getMinExpansionHeight(); } } Loading