Merge pull request #3825 from nextcloud/bugfix/noid/hideOpenConversationsInAddingParticipantsView

hide button for open conversations when adding participants
This commit is contained in:
Sowjanya Kota 2024-04-12 14:37:15 +02:00 committed by GitHub
commit d7d3ec2ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,7 @@ class ContactsActivity :
}
if (isAddingParticipantsView) {
binding.callHeaderLayout.visibility = View.GONE
binding.listOpenConversations.visibility = View.GONE
} else {
binding.listOpenConversations.setOnClickListener {
listOpenConversations()