1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-07-27 22:55:08 +01:00

Merge pull request from nextcloud/bugfix/2181/wrongConversationTitle

fix switching conversation titles
This commit is contained in:
Marcel Hibbe 2022-07-14 11:00:07 +02:00 committed by GitHub
commit 5e934f496d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1831,7 +1831,6 @@ class ChatController(args: Bundle) :
adapter = null adapter = null
inConversation = false inConversation = false
disposables.dispose()
} }
private fun joinRoomWithPassword() { private fun joinRoomWithPassword() {