Fix file results missing
This commit is contained in:
parent
452b2dd7b3
commit
c17db2a9ce
@ -237,6 +237,6 @@ internal data class SearchResults(
|
||||
val other: List<SavableSearchable> = emptyList(),
|
||||
) {
|
||||
fun toList(): List<Searchable> {
|
||||
return (apps + shortcuts + contacts + calendars + websites + wikipedia + other).distinctBy { it.key } + calculators+ unitConverters
|
||||
return (apps + shortcuts + contacts + calendars + files + websites + wikipedia + other).distinctBy { it.key } + calculators + unitConverters
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user