mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed basic chat room creation with another account
This commit is contained in:
parent
ba4a0afb7a
commit
3d1f4a69c4
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ public class ChatRoomCreationFragment extends Fragment
|
|||
mChatRoom.getLocalAddress(), mChatRoom.getPeerAddress());
|
||||
}
|
||||
} else {
|
||||
ChatRoom chatRoom = core.getChatRoom(address);
|
||||
ChatRoom chatRoom = core.getChatRoom(address, lpc.getIdentityAddress());
|
||||
if (chatRoom != null) {
|
||||
// Pop back stack so back button takes to the chat rooms list
|
||||
getFragmentManager().popBackStack();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue