Skip to content

Commit 4542279

Browse files
authored
Merge pull request #567 from skydoves/fix/overwrite-arrow-orientation-rule
Fix overwriting the arrow orientation rules
2 parents 0a46948 + ea3c7b2 commit 4542279

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,6 @@ public class Balloon private constructor(
25482548
/** sets the arrow orientation using [ArrowOrientation]. */
25492549
public fun setArrowOrientation(value: ArrowOrientation): Builder = apply {
25502550
this.arrowOrientation = value
2551-
this.arrowOrientationRules = ArrowOrientationRules.ALIGN_FIXED
25522551
}
25532552

25542553
/**

0 commit comments

Comments
 (0)