Fix touch target for app toolbar avatar.

This commit is contained in:
Alex Hart
2025-04-10 12:14:18 -03:00
committed by GitHub
parent 09e36e0ed8
commit 9d6e7560f0
3 changed files with 20 additions and 8 deletions

View File

@@ -64,6 +64,7 @@ private fun BadgeImage(
},
update = {
it.setBadge(badge)
it.isClickable = false
},
modifier = modifier
)