Fixed a bug where the height of the group was wrong
This lead to very visible bugs. Bug: 24866646 Change-Id: I62bfbb2f3895a5a69eb4807d109643bdfdf95351
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user