mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01: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
|
conversationUser
|
||||||
)
|
)
|
||||||
|
|
||||||
setupSwipeToReply()
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
setupSwipeToReply()
|
||||||
setupMentionAutocomplete()
|
setupMentionAutocomplete()
|
||||||
checkShowCallButtons()
|
checkShowCallButtons()
|
||||||
checkShowMessageInputView()
|
checkShowMessageInputView()
|
||||||
|
Loading…
Reference in New Issue
Block a user