Trigger search right away and don't wait for ListBatchViewModel
This commit is contained in:
parent
db12ea4aa9
commit
71d81cc486
|
@ -62,6 +62,7 @@ extension SearchResultViewController {
|
|||
.store(in: &disposeBag)
|
||||
|
||||
title = viewModel.searchText
|
||||
viewModel.listBatchFetchViewModel.shouldFetch.send()
|
||||
}
|
||||
|
||||
override func viewDidAppear(_ animated: Bool) {
|
||||
|
|
Loading…
Reference in New Issue