Fix: Anti-features text not padded enough

This commit is contained in:
machiav3lli 2022-06-06 02:29:38 +02:00
parent 0aa1ff9e22
commit 7db67fb09c

View File

@ -637,6 +637,7 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), Callbacks {
preExpanded = false
) {
Text(
modifier = Modifier.padding(8.dp),
text = product.antiFeatures.map { af ->
val titleId =
AntiFeature.values().find { it.key == af }?.titleResId