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

Commit 2108fe0d authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the group overflow was invisible

Change-Id: I6e43decc9d68dbf869245ee99b80f4d5c9ae4456
parent 605b869a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -688,6 +688,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
            mOnKeyguard = onKeyguard;
            logExpansionEvent(false, wasExpanded);
            if (wasExpanded != isExpanded()) {
                if (mIsSummaryWithChildren) {
                    mChildrenContainer.updateGroupOverflow();
                }
                notifyHeightChanged(false  /* needsAnimation */);
            }
        }