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

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

Merge "Set inflater factory for group summary header" into main

parents a4f89780 2fc04784
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -834,6 +834,15 @@ constructor(
            public?.let {
                it.layoutInflaterFactory = provider.provide(row, FLAG_CONTENT_VIEW_PUBLIC)
            }
            if (android.app.Flags.notificationsRedesignAppIcons()) {
                normalGroupHeader?.let {
                    it.layoutInflaterFactory = provider.provide(row, FLAG_GROUP_SUMMARY_HEADER)
                }
                minimizedGroupHeader?.let {
                    it.layoutInflaterFactory =
                        provider.provide(row, FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER)
                }
            }
            return this
        }