Skip to content

Commit e7e7e7a

Browse files
authored
Merge pull request #734 from wordpress-mobile/add/ability-to-extend-fromHtml
Make fromHTML of AztecText `open`
2 parents c955d9f + 93d5c93 commit e7e7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
10121012
return cursorPosition
10131013
}
10141014

1015-
fun fromHtml(source: String) {
1015+
open fun fromHtml(source: String) {
10161016
val builder = SpannableStringBuilder()
10171017
val parser = AztecParser(plugins)
10181018

0 commit comments

Comments
 (0)