prevent NPE if UI has already been teared down

Resolves #2321

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-23 14:38:24 +02:00 committed by Marcel Hibbe (Rebase PR Action)
parent 9a2faf8559
commit 6f7756a34e

View file

@ -355,9 +355,8 @@ class ChatController(args: Bundle) :
conversationUser
)
setupSwipeToReply()
try {
setupSwipeToReply()
setupMentionAutocomplete()
checkShowCallButtons()
checkShowMessageInputView()