File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ android {
5858}
5959
6060dependencies {
61- implementation ' com.simplemobiletools:commons:5.23.17 '
61+ implementation ' com.simplemobiletools:commons:5.24.3 '
6262 implementation ' com.github.Stericson:RootTools:df729dcb13'
6363 implementation ' com.github.Stericson:RootShell:1.6'
6464 implementation ' com.alexvasilkov:gesture-views:2.5.2'
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ class ReadTextActivity : SimpleActivity() {
256256 }
257257
258258 private fun searchTextChanged (text : String ) {
259- read_text_view.text?.clearSpans ()
259+ read_text_view.text?.clearBackgroundSpans ()
260260
261261 if (text.isNotBlank() && text.length > 1 ) {
262262 searchMatches = read_text_view.value.searchMatches(text)
You can’t perform that action at this time.
0 commit comments