mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
fix: use contains instead of contentEqual for managed configurations search
This commit is contained in:
@@ -1024,7 +1024,7 @@ fun ManagedConfigurationScreen(
|
||||
restrictions
|
||||
} else {
|
||||
restrictions.filter {
|
||||
it.key.contentEquals(searchKeyword, true) ||
|
||||
it.key.contains(searchKeyword, true) ||
|
||||
it.title?.contains(searchKeyword, true) ?: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user