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