We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c87b4a + 1babb14 commit d78f7cbCopy full SHA for d78f7cb
app/src/main/kotlin/org/fossify/filemanager/activities/ReadTextActivity.kt
@@ -316,7 +316,7 @@ class ReadTextActivity : SimpleActivity() {
316
binding.readTextView.text?.clearBackgroundSpans()
317
318
if (text.isNotBlank() && text.length > 1) {
319
- searchMatches = binding.readTextView.value.searchMatches(text)
+ searchMatches = binding.readTextView.text.toString().searchMatches(text)
320
binding.readTextView.highlightText(text, getProperPrimaryColor())
321
}
322
0 commit comments