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

Commit b722564c authored by Andreas Miko's avatar Andreas Miko
Browse files

Allow two lines for the BundleHeaderGuts summary text

Bug: b/417447961
Test: Screenshot test
Flag: com.android.systemui.notification_bundle_ui
Change-Id: I3a5ab49d7bdfd06300e50567570fd23c6d15a016
parent 37b0266c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ private fun ContentRow(viewModel: BundleHeaderGutsViewModel, modifier: Modifier
                style = MaterialTheme.typography.bodyMedium,
                color = MaterialTheme.colorScheme.onSecondaryContainer,
                overflow = TextOverflow.Ellipsis,
                maxLines = 1,
                maxLines = 2,
            )
        }