Skip to content

Commit

Permalink
Merge pull request #500 from skydoves/fix/duplicated-arrow-size
Browse files Browse the repository at this point in the history
[Compose] Fix duplicated arrow size was applied to the balloon content
  • Loading branch information
skydoves authored Oct 6, 2023
2 parents e8c8211 + 927925a commit fa5879e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public fun Balloon(
screenWidth
} else {
originalSize.width
} - builder.arrowSize
}
val size = IntSize(
width = calculatedWidth,
height = coordinates.size.height,
Expand Down

0 comments on commit fa5879e

Please sign in to comment.