Hide header decorations when no subtitle or description is set.

This commit is contained in:
Alex Hart
2024-01-11 09:48:27 -04:00
parent 64dbb77e63
commit 72f6b15dba
3 changed files with 8 additions and 6 deletions

View File

@@ -281,7 +281,6 @@ private fun AboutRow(
endIcon: Painter? = null,
onClick: (() -> Unit)? = null
) {
val padHorizontal = if (onClick != null) 19.dp else 32.dp
val padVertical = if (onClick != null) 4.dp else 6.dp