mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
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:
parent
9a2faf8559
commit
6f7756a34e
1 changed files with 1 additions and 2 deletions
|
@ -355,9 +355,8 @@ class ChatController(args: Bundle) :
|
|||
conversationUser
|
||||
)
|
||||
|
||||
setupSwipeToReply()
|
||||
|
||||
try {
|
||||
setupSwipeToReply()
|
||||
setupMentionAutocomplete()
|
||||
checkShowCallButtons()
|
||||
checkShowMessageInputView()
|
||||
|
|
Loading…
Reference in a new issue