Use resolveResource for SpaceDrawer and RoomListPage

Fixes a bug where opening a space would not do anything due to enterRoom and enterSpaceHome missing.
This commit is contained in:
Akseli Lahtinen
2024-02-02 11:02:11 +00:00
parent 0992b7fc93
commit 777f8b4276
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ QQC2.Control {
onSelected: {
root.showDirectChats = false
if (!SpaceHierarchyCache.isSpaceChild(roomId, RoomManager.currentRoom.id) || root.selectedSpaceId == roomId) {
RoomManager.enterSpaceHome(currentRoom)
RoomManager.resolveResource(currentRoom.id)
}
root.selectedSpaceId = roomId
}