Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
anikiki committed Oct 21, 2024
1 parent 907ca1d commit 9e0586d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class AutoCompleteApi @Inject constructor(
private val dispatcherProvider: DispatcherProvider,
) : AutoComplete {

// TODO ANA: Add option to "Switch to tab" in the AutoComplete suggestions
override fun autoComplete(query: String): Observable<AutoCompleteResult> {
if (query.isBlank()) {
return Observable.just(AutoCompleteResult(query = query, suggestions = emptyList()))
Expand Down

0 comments on commit 9e0586d

Please sign in to comment.