Skip to content

Commit

Permalink
Don't require deeplink ext target to be pinned (#9740)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaniskandar authored Jul 19, 2023
1 parent ac30654 commit 5c73045
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ class GlobalSearchScreenModel(
init {
extensionFilter = initialExtensionFilter
if (initialQuery.isNotBlank() || !initialExtensionFilter.isNullOrBlank()) {
if (extensionFilter != null) {
// we're going to use custom extension filter instead
setSourceFilter(SourceFilter.All)
}
search()
}
}
Expand Down

0 comments on commit 5c73045

Please sign in to comment.