Merge pull request #2327 from nextcloud/bugfix/2321/preventNPE

prevent NPE if UI has already been teared down
This commit is contained in:
Andy Scherzinger 2022-08-23 17:31:57 +02:00 committed by GitHub
commit 2b529cd9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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