Adjust highlight priority to match order of search results
This commit is contained in:
parent
5c44276b26
commit
238a01c15e
@ -168,11 +168,13 @@ class SearchVM : ViewModel(), KoinComponent {
|
|||||||
apps,
|
apps,
|
||||||
workApps,
|
workApps,
|
||||||
shortcuts,
|
shortcuts,
|
||||||
files,
|
unitConv,
|
||||||
contacts,
|
calc,
|
||||||
events,
|
events,
|
||||||
|
contacts,
|
||||||
wikipedia,
|
wikipedia,
|
||||||
website,
|
website,
|
||||||
|
files,
|
||||||
actions
|
actions
|
||||||
).firstNotNullOfOrNull { it.firstOrNull() }
|
).firstNotNullOfOrNull { it.firstOrNull() }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user