mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-13 03:43:38 +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())
|
GlobalSearchResult(query.toString())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.stateIn(scope, SharingStarted.Lazily, GlobalSearchResult.EMPTY)
|
}
|
||||||
|
|
||||||
fun setQuery(charSequence: CharSequence) {
|
fun setQuery(charSequence: CharSequence) {
|
||||||
_queryText.value = charSequence
|
_queryText.value = charSequence
|
||||||
|
Loading…
x
Reference in New Issue
Block a user