2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

#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

View File

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