Shows default banner if the user's image is not available

This commit is contained in:
Vitor Pamplona
2026-03-17 14:02:09 -04:00
parent 7f5baab5df
commit b22aa1ad0f
@@ -71,6 +71,7 @@ fun DrawBanner(
contentDescription = stringRes(id = R.string.profile_image),
contentScale = ContentScale.Crop,
placeholder = painterRes(R.drawable.profile_banner, 1),
error = painterRes(R.drawable.profile_banner, 1),
modifier =
Modifier
.fillMaxWidth()