mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 15:05:44 +03:00
Merge pull request #2058 from nextcloud/bugfix/noid/fixNpeForChatPermission
avoid NPE when initializing chat permission
This commit is contained in:
commit
f2417f09e6
1 changed files with 0 additions and 3 deletions
|
@ -312,9 +312,6 @@ class ChatController(args: Bundle) :
|
|||
}
|
||||
|
||||
this.voiceOnly = args.getBoolean(BundleKeys.KEY_CALL_VOICE_ONLY, false)
|
||||
|
||||
hasChatPermission =
|
||||
AttendeePermissionsUtil(currentConversation!!.permissions).hasChatPermission(conversationUser)
|
||||
}
|
||||
|
||||
private fun getRoomInfo() {
|
||||
|
|
Loading…
Reference in a new issue