Fix refresh on open search

pull/1554/head
bemusementpark 9 months ago
parent a4ee521ee0
commit 81f9bf9412

@ -51,7 +51,9 @@ class GlobalSearchViewModel @Inject constructor(
}
fun refresh() {
refreshes.tryEmit(Unit)
viewModelScope.launch {
refreshes.emit(Unit)
}
}
init {

Loading…
Cancel
Save