Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -640,7 +640,7 @@ public class NotificationChildrenContainer extends ViewGroup { firstChild = false; } ExpandableNotificationRow child = mChildren.get(i); minExpandHeight += child.getMinHeight(); minExpandHeight += child.getSingleLineView().getHeight(); visibleChildren++; } minExpandHeight += mCollapsedBottompadding; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java +1 −1 Original line number Diff line number Diff line Loading @@ -640,7 +640,7 @@ public class NotificationChildrenContainer extends ViewGroup { firstChild = false; } ExpandableNotificationRow child = mChildren.get(i); minExpandHeight += child.getMinHeight(); minExpandHeight += child.getSingleLineView().getHeight(); visibleChildren++; } minExpandHeight += mCollapsedBottompadding; Loading