mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
update contacts list after clicking add button
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
c5c129b706
commit
c3ebeebcb0
@ -97,6 +97,7 @@ fun AppBar(
|
|||||||
onClick = {
|
onClick = {
|
||||||
onDisableSearch()
|
onDisableSearch()
|
||||||
onUpdateSearchQuery("")
|
onUpdateSearchQuery("")
|
||||||
|
onUpdateAutocompleteUsers()
|
||||||
},
|
},
|
||||||
enabled = enableAddButton
|
enabled = enableAddButton
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user