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

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

Merge "Increase max height of collapsed notifs" into main

parents 8d3c7686 3fd4f6f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -935,6 +935,8 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
                && isMessagingLayout
                && !TextUtils.isEmpty(summarization)) {
            smallHeight = mMaxSmallHeightWithSummarization;
        } else if (android.app.Flags.nmCollapsedLines()) {
            smallHeight = mMaxSmallHeightWithSummarization;
        } else {
            smallHeight = mMaxSmallHeight;
        }