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…
Reference in a new issue