mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +00: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
@ -355,9 +355,8 @@ class ChatController(args: Bundle) :
|
||||
conversationUser
|
||||
)
|
||||
|
||||
setupSwipeToReply()
|
||||
|
||||
try {
|
||||
setupSwipeToReply()
|
||||
setupMentionAutocomplete()
|
||||
checkShowCallButtons()
|
||||
checkShowMessageInputView()
|
||||
|
Loading…
Reference in New Issue
Block a user