Moves from drawBehind to .background because it's faster.

This commit is contained in:
Vitor Pamplona
2023-07-01 15:52:51 -04:00
parent 09582fd0b1
commit d2a22f4ca0

View File

@@ -3191,7 +3191,7 @@ fun PictureAndFollowingMark(
modifier
.size(size)
.clip(shape = CircleShape)
.drawBehind { drawRect(backgroundColor) }
.background(backgroundColor)
}
RobohashAsyncImageProxy(