Fix crash after login
This commit is contained in:
committed by
Tobias Fella
parent
f1b9d2329f
commit
c0ea52c331
@@ -125,7 +125,7 @@ void RoomManager::openRoomForActiveConnection()
|
|||||||
|
|
||||||
void RoomManager::enterRoom(NeoChatRoom *room)
|
void RoomManager::enterRoom(NeoChatRoom *room)
|
||||||
{
|
{
|
||||||
if (m_chatDocumentHandler) {
|
if (m_currentRoom && m_chatDocumentHandler) {
|
||||||
// We're doing these things here because it is critical that they are switched at the same time
|
// We're doing these things here because it is critical that they are switched at the same time
|
||||||
m_currentRoom->setSavedText(m_chatDocumentHandler->document()->textDocument()->toPlainText());
|
m_currentRoom->setSavedText(m_chatDocumentHandler->document()->textDocument()->toPlainText());
|
||||||
m_chatDocumentHandler->setRoom(room);
|
m_chatDocumentHandler->setRoom(room);
|
||||||
|
|||||||
Reference in New Issue
Block a user