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

Commit b5a83613 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the notification header was above the guts

Change-Id: I1b32ea229bd7a7b2c6b9f572ea71167334ba8a1c
parent 471e31aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
            mNotificationHeader.setOnClickListener(mExpandClickListener);
            mNotificationHeaderWrapper = NotificationViewWrapper.wrap(getContext(),
                    mNotificationHeader);
            addView(mNotificationHeader);
            addView(mNotificationHeader, indexOfChild(mChildrenContainer) + 1);
        } else {
            header.reapply(getContext(), mNotificationHeader);
            mNotificationHeaderWrapper.notifyContentUpdated();