Fixed basic chat room creation with another account

This commit is contained in:
Sylvain Berfini 2019-11-27 11:57:42 +01:00
parent ba4a0afb7a
commit 3d1f4a69c4

View file

@ -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();