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 backportbot[bot]
parent e3054e5b78
commit 9925566ff3

View file

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