Skip to content

Commit df77ea4

Browse files
committed
setToolbar doesnt accept nullable now
1 parent eaa4a44 commit df77ea4

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
@@ -673,7 +673,7 @@ class AztecText : AppCompatAutoCompleteTextView, TextWatcher, UnknownHtmlSpan.On
673673
}
674674
}
675675

676-
fun setToolbar(toolbar: AztecToolbar?) {
676+
fun setToolbar(toolbar: AztecToolbar) {
677677
formatToolbar = toolbar
678678
}
679679

0 commit comments

Comments
 (0)