...
This commit is contained in:
@@ -249,7 +249,7 @@ internal class AppRepositoryImpl(
|
||||
appResults.addAll(apps.mapNotNull {
|
||||
val score = ResultScore(
|
||||
query = query,
|
||||
primaryFields = listOf(it.label),
|
||||
primaryFields = listOf(it.label,it.componentName.packageName),
|
||||
)
|
||||
if (score.score < 0.8f) return@mapNotNull null
|
||||
it.copy(
|
||||
|
||||
Reference in New Issue
Block a user