mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 21:13:39 +00:00
Fix nickname change not updating in search
This commit is contained in:
parent
0992d12d71
commit
e3a33ea615
@ -56,7 +56,7 @@ class GlobalSearchViewModel @Inject constructor(
|
||||
GlobalSearchResult(query.toString())
|
||||
}
|
||||
}
|
||||
}.stateIn(scope, SharingStarted.Lazily, GlobalSearchResult.EMPTY)
|
||||
}
|
||||
|
||||
fun setQuery(charSequence: CharSequence) {
|
||||
_queryText.value = charSequence
|
||||
|
Loading…
x
Reference in New Issue
Block a user