Skip to content

Commit

Permalink
Merge pull request #567 from skydoves/fix/overwrite-arrow-orientation…
Browse files Browse the repository at this point in the history
…-rule

Fix overwriting the arrow orientation rules
  • Loading branch information
skydoves authored Dec 27, 2023
2 parents 0a46948 + ea3c7b2 commit 4542279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,6 @@ 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 4542279

Please sign in to comment.