mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 17:17:42 +00:00
Fix refresh on open search
This commit is contained in:
@@ -51,7 +51,9 @@ class GlobalSearchViewModel @Inject constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun refresh() {
|
fun refresh() {
|
||||||
refreshes.tryEmit(Unit)
|
viewModelScope.launch {
|
||||||
|
refreshes.emit(Unit)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Reference in New Issue
Block a user