Fix a similar crash in room list.
This commit is contained in:
@@ -305,7 +305,7 @@ Item {
|
|||||||
currentRoom.displayed = true
|
currentRoom.displayed = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onSecondaryClicked: roomListContextMenu.createObject(ApplicationWindow.overlay, {"room": currentRoom}).popup()
|
onSecondaryClicked: roomListContextMenu.createObject(parent, {"room": currentRoom}).popup()
|
||||||
}
|
}
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user