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

Commit 9829e938 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz Committed by Android (Google) Code Review
Browse files

Merge "[Minimal HUN] Use Standard Minimal HUN for Custom Views" into main

parents 5cefe9c7 ec0b9dc5
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -6593,12 +6593,7 @@ public class Notification implements Parcelable
         * @hide
         */
        public RemoteViews createCompactHeadsUpContentView() {
            // TODO(b/336225281): re-evaluate custom view usage.
            if (useExistingRemoteView(mN.headsUpContentView)) {
                return fullyCustomViewRequiresDecoration(false /* fromStyle */)
                        ? minimallyDecoratedHeadsUpContentView(mN.headsUpContentView)
                        : mN.headsUpContentView;
            } else if (mStyle != null) {
            if (mStyle != null) {
                final RemoteViews styleView = mStyle.makeCompactHeadsUpContentView();
                if (styleView != null) {
                    return styleView;