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