diff --git a/balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt b/balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt index a21b08c3..938d53e5 100644 --- a/balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt +++ b/balloon/src/main/kotlin/com/skydoves/balloon/Balloon.kt @@ -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 } /**