mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 19:06:34 +02:00
Moves from drawBehind to .background because it's faster.
This commit is contained in:
@@ -3191,7 +3191,7 @@ fun PictureAndFollowingMark(
|
||||
modifier
|
||||
.size(size)
|
||||
.clip(shape = CircleShape)
|
||||
.drawBehind { drawRect(backgroundColor) }
|
||||
.background(backgroundColor)
|
||||
}
|
||||
|
||||
RobohashAsyncImageProxy(
|
||||
|
Reference in New Issue
Block a user