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

Commit ef33700d authored by Lyn Han's avatar Lyn Han
Browse files

Fix small height with summarization

Bug: 394825842
Change-Id: I6f1b9f4f80ad2c850f039e4bf6d8e499aebaadc0
Test: treehugger
Flag: android.app.nm_summarization_ui
parent 6f022908
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2205,7 +2205,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
                    R.dimen.notification_min_height);
        }
        mMaxSmallHeightWithSummarization = NotificationUtils.getFontScaledHeight(mContext,
                com.android.internal.R.dimen.notification_min_height);
                com.android.internal.R.dimen.notification_collapsed_height_with_summarization);
        mMaxExpandedHeight = NotificationUtils.getFontScaledHeight(mContext,
                R.dimen.notification_max_height);
        mMaxExpandedHeightForPromotedOngoing = NotificationUtils.getFontScaledHeight(mContext,