Fix enter joined room in join room page
This commit is contained in:
@@ -101,7 +101,7 @@ Kirigami.ScrollablePage {
|
|||||||
Controller.joinRoom(roomID)
|
Controller.joinRoom(roomID)
|
||||||
justJoined = true;
|
justJoined = true;
|
||||||
} else {
|
} else {
|
||||||
roomManager.enterRoom(connection.room(roomID))
|
RoomManager.enterRoom(connection.room(roomID))
|
||||||
}
|
}
|
||||||
applicationWindow().pageStack.layers.pop();
|
applicationWindow().pageStack.layers.pop();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user