Fix tapping issue on room list

This commit is contained in:
Carl Schwan
2020-12-06 19:29:12 +01:00
parent 0d0395fab1
commit ccdcf9a354

View File

@@ -122,6 +122,7 @@ Kirigami.ScrollablePage {
}
TapHandler {
onTapped: enterRoomAction.trigger()
onLongPressed: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup()
}