Loading app/src/main/java/foundation/e/apps/ui/compose/components/SearchResultListItem.kt +2 −1 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ private fun PrimaryActionArea( } else { Text( text = uiState.label, modifier = Modifier.padding(horizontal = 4.dp), maxLines = 1, overflow = TextOverflow.Clip, color = labelTextColor, Loading Loading @@ -334,7 +335,7 @@ private fun SearchResultListItemPreviewOpen() { uiState = sampleState( rating = "4.3", primary = PrimaryActionUiState( label = "Open", label = "ThisIsALongButtonName", enabled = true, isInProgress = false, isFilledStyle = true, Loading Loading
app/src/main/java/foundation/e/apps/ui/compose/components/SearchResultListItem.kt +2 −1 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ private fun PrimaryActionArea( } else { Text( text = uiState.label, modifier = Modifier.padding(horizontal = 4.dp), maxLines = 1, overflow = TextOverflow.Clip, color = labelTextColor, Loading Loading @@ -334,7 +335,7 @@ private fun SearchResultListItemPreviewOpen() { uiState = sampleState( rating = "4.3", primary = PrimaryActionUiState( label = "Open", label = "ThisIsALongButtonName", enabled = true, isInProgress = false, isFilledStyle = true, Loading