Skip to content

Commit df3f7f1

Browse files
committed
refactor(android): change renderer variable to a val
1 parent c7e9cda commit df3f7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/src/main/java/com/richtext/RichTextView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import com.richtext.styles.RichTextStyle
1717
class RichTextView : AppCompatTextView {
1818

1919
private val parser = Parser()
20-
private var renderer = Renderer()
20+
private val renderer = Renderer()
2121
private var onLinkPressCallback: ((String) -> Unit)? = null
2222

2323
private var typefaceDirty = false

0 commit comments

Comments
 (0)