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

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

Merge "Fix conversation minimal HUN getting clipped too early" into main

parents e2c9bf4d 7e57326d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10050,7 +10050,8 @@ public class Notification implements Parcelable
                    .viewType(StandardTemplateParams.VIEW_TYPE_HEADS_UP)
                    .highlightExpander(isConversationLayout)
                    .fillTextsFrom(mBuilder)
                    .hideTime(true);
                    .hideTime(true)
                    .needsExtraTextMargin(false);
            fixTitleAndTextForCompactMessaging(p);
            TemplateBindResult bindResult = new TemplateBindResult();