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

Commit 10ee3973 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adjust margin for notification_top_line in groups" into main

parents 2e068b03 7f663cce
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -499,7 +499,9 @@ public class NotificationGroupingUtil {
                R.id.big_text,
                R.id.title,
                R.id.notification_main_column,
                R.id.notification_header};
                R.id.notification_header,
                notificationsRedesignTemplates() ? R.id.notification_top_line : -1
        };

        @Override
        public void apply(View parent, View child, boolean apply, boolean reset) {