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