Skip to content

Commit 12e32f4

Browse files
authored
Merge pull request #839 from skydoves/fix/enable-isClipArrowEnabled
Enable isClipArrowEnabled by default by setting setBalloonStroke
2 parents 9430a73 + f637fb6 commit 12e32f4

File tree

1 file changed

+1
-0
lines changed
  • balloon/src/main/kotlin/com/skydoves/balloon

1 file changed

+1
-0
lines changed

balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,7 @@ public class Balloon private constructor(
25192519
* @param thickness The thickness of the stroke in dp
25202520
**/
25212521
public fun setBalloonStroke(@ColorInt color: Int, @Dp thickness: Float): Builder = apply {
2522+
this.isClipArrowEnabled = true // For now, this will be enabled by default
25222523
this.balloonStroke = BalloonStroke(color, thickness)
25232524
}
25242525

0 commit comments

Comments
 (0)