mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 15:42:10 +00:00
Merge pull request #2327 from nextcloud/bugfix/2321/preventNPE
prevent NPE if UI has already been teared down
This commit is contained in:
commit
2b529cd9e8
@ -355,9 +355,8 @@ class ChatController(args: Bundle) :
|
||||
conversationUser
|
||||
)
|
||||
|
||||
setupSwipeToReply()
|
||||
|
||||
try {
|
||||
setupSwipeToReply()
|
||||
setupMentionAutocomplete()
|
||||
checkShowCallButtons()
|
||||
checkShowMessageInputView()
|
||||
|
Loading…
Reference in New Issue
Block a user