File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/simplemobiletools/notes/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 @@ -63,7 +63,7 @@ android {
63
63
}
64
64
65
65
dependencies {
66
- implementation ' com.github.SimpleMobileTools:Simple-Commons:0ed7becb4d '
66
+ implementation ' com.github.SimpleMobileTools:Simple-Commons:47f816b35e '
67
67
implementation ' androidx.constraintlayout:constraintlayout:2.1.3'
68
68
implementation ' androidx.documentfile:documentfile:1.0.1'
69
69
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ class MainActivity : SimpleActivity() {
487
487
488
488
if (text.isNotBlank() && text.length > 1 ) {
489
489
searchMatches = noteView.value.searchMatches(text)
490
- noteView.highlightText(text, config.primaryColor )
490
+ noteView.highlightText(text, getAdjustedPrimaryColor() )
491
491
}
492
492
493
493
currentTextFragment?.setTextWatcher()
You can’t perform that action at this time.
0 commit comments