Skip to content
Snippets Groups Projects
Verified Commit 943a20fc authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Navigate to subspaces by clicking on them

parent 2a3492be
No related branches found
No related tags found
No related merge requests found
Pipeline #2213 passed
......@@ -143,6 +143,10 @@ Page {
ToolTip.text: roomName
onClicked: {
console.log("tapped " + roomId);
if (isSpace && Communities.currentTagId != "space:"+roomId)
Communities.currentTagId = "space:"+roomId;
if (!Rooms.currentRoom || Rooms.currentRoom.roomId !== roomId)
Rooms.setCurrentRoom(roomId);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment