Skip to content

Commit c6d8419

Browse files
committed
Clarify comment in DynamicLayout crash preventer.
1 parent 8f4f7d4 commit c6d8419

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
@@ -461,7 +461,7 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
461461
val spans = dest.getSpans(dend, dend+1, AztecImageSpan::class.java)
462462
if (spans.isNotEmpty()) {
463463

464-
// prevent this filter from running twice when `text.insert()` gets called a few lines below
464+
// prevent this filter from running recursively
465465
disableCrashPreventerInputFilter()
466466
// disable MediaDeleted listener before operating on content
467467
disableMediaDeletedListener()

0 commit comments

Comments
 (0)