Skip to content

Commit

Permalink
Merge pull request #501 from skydoves/fix/manual-arrow-orientation
Browse files Browse the repository at this point in the history
Set arrow orientation rule as fixed when user manually set the arrow the arrow orientation
  • Loading branch information
skydoves authored Oct 6, 2023
2 parents fa5879e + 0364b62 commit 53ee613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2427,6 +2427,7 @@ public class Balloon private constructor(
/** sets the arrow orientation using [ArrowOrientation]. */
public fun setArrowOrientation(value: ArrowOrientation): Builder = apply {
this.arrowOrientation = value
this.arrowOrientationRules = ArrowOrientationRules.ALIGN_FIXED
}

/**
Expand Down

0 comments on commit 53ee613

Please sign in to comment.