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

Commit 215e4f74 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

am: 4daf1356

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

Change-Id: Idcb7222e7fddc5bdd2c0c4410d069ef8ac307df9
parents 4d8c71d0 4daf1356
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;