mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
Few more fixes
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
7eeefa3ae6
commit
a316739c9e
@ -673,9 +673,14 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
|
||||
if (inConversation) {
|
||||
if (wasDetached && conversationUser.hasSpreedFeatureCapability("no-ping")) {
|
||||
currentConversation.setSessionId("0");
|
||||
wasDetached = false;
|
||||
joinRoomWithPassword();
|
||||
if (currentConversation != null) {
|
||||
currentConversation.setSessionId("0");
|
||||
wasDetached = false;
|
||||
joinRoomWithPassword();
|
||||
} else {
|
||||
wasDetached = false;
|
||||
getRoomInfo();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user