mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-04 14:44:11 -04:00
use adjusted primary color at highlighting searched strings
This commit is contained in:
@@ -303,7 +303,7 @@ class ReadTextActivity : SimpleActivity() {
|
||||
|
||||
if (text.isNotBlank() && text.length > 1) {
|
||||
searchMatches = read_text_view.value.searchMatches(text)
|
||||
read_text_view.highlightText(text, config.primaryColor)
|
||||
read_text_view.highlightText(text, getAdjustedPrimaryColor())
|
||||
}
|
||||
|
||||
if (searchMatches.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user