Skip to content

Commit 8d9e2f8

Browse files
committed
Refresh text when checkbox tapped
1 parent 424c60f commit 8d9e2f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
748748
x,
749749
totalPaddingStart
750750
) == true) {
751+
refreshText()
751752
return false
752753
}
753754
}

0 commit comments

Comments
 (0)