summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-01-07 01:39:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-01-07 01:39:08 +0100
commitb2ccf766ba2e5880b463f41c47bd2ae3c3f28a89 (patch)
treefb3bf26c470f386b99cf7d256c626250484c5f35 /resources
parentFix crash in migrations during secrets deletion (diff)
downloadnheko-b2ccf766ba2e5880b463f41c47bd2ae3c3f28a89.tar.xz
Navigate to space when room is selected
fixes #1260
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/RoomList.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml

index 2cfd71f9..24b62fd2 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml
@@ -257,9 +257,6 @@ Page { 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