Browse Source

Merge pull request #2215 from nextcloud/bugfix/2181/wrongConversationTitle

fix switching conversation titles
Marcel Hibbe 2 years ago
parent
commit
5e934f496d

+ 0 - 1
app/src/main/java/com/nextcloud/talk/controllers/ChatController.kt

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