hide button for open conversations when adding participants

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2024-04-11 17:17:40 +02:00
parent 5c4ba24ccd
commit e5e859feeb
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

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()