Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4daf1356 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed a bug where the height of the group was wrong

am: f1f270a0

* commit 'f1f270a0':
  Fixed a bug where the height of the group was wrong

Change-Id: I202f32befb06f1c38bfbd98323f52ac7b8f370ca
parents 666a9d9d f1f270a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;