mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 06:14:10 +01:00
show add button even when search query is empty
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
96541b7ad8
commit
c5c129b706
@ -91,7 +91,7 @@ fun AppBar(
|
||||
isAddParticipants = isAddParticipants
|
||||
)
|
||||
|
||||
if (searchQuery.isNotEmpty() && isAddParticipants) {
|
||||
if (isAddParticipants) {
|
||||
TextButton(
|
||||
modifier = Modifier.align(Alignment.CenterVertically),
|
||||
onClick = {
|
||||
|
Loading…
Reference in New Issue
Block a user