#1229, but for search (#1237)

Trigger search right away and don't wait for ListBatchViewModel
This commit is contained in:
Nathan Mattes 2024-02-22 10:33:55 +01:00 committed by GitHub
parent db12ea4aa9
commit 71d81cc486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ extension SearchResultViewController {
.store(in: &disposeBag)
title = viewModel.searchText
viewModel.listBatchFetchViewModel.shouldFetch.send()
}
override func viewDidAppear(_ animated: Bool) {