Hides messageSendButton initially

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-04-02 19:12:45 +02:00 committed by Marcel Hibbe
parent 2ad6b72bcf
commit 99d361f37d
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -510,6 +510,8 @@ class ChatActivity :
setContentView(binding.root) setContentView(binding.root)
setupSystemColors() setupSystemColors()
binding.messageInputView.messageSendButton.visibility = View.GONE
conversationUser = currentUserProvider.currentUser.blockingGet() conversationUser = currentUserProvider.currentUser.blockingGet()
handleIntent(intent) handleIntent(intent)