Skip to content

Commit

Permalink
Fixes Robohash dependency in size
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed May 16, 2023
1 parent d6c2966 commit 389afcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fun RobohashAsyncImage(
robotSize.roundToPx()
}

val imageRequest = remember(size, robot) {
val imageRequest = remember(robotSize, robot) {
Robohash.imageRequest(
context,
robot,
Expand Down

0 comments on commit 389afcb

Please sign in to comment.