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());
|
mChatRoom.getLocalAddress(), mChatRoom.getPeerAddress());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ChatRoom chatRoom = core.getChatRoom(address);
|
ChatRoom chatRoom = core.getChatRoom(address, lpc.getIdentityAddress());
|
||||||
if (chatRoom != null) {
|
if (chatRoom != null) {
|
||||||
// Pop back stack so back button takes to the chat rooms list
|
// Pop back stack so back button takes to the chat rooms list
|
||||||
getFragmentManager().popBackStack();
|
getFragmentManager().popBackStack();
|
||||||
|
|
Loading…
Reference in a new issue