Fix room list menu not opening
This commit is contained in:
parent
11d6bed825
commit
6abfe8b44f
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ Page {
|
|||
|
||||
onSingleTapped: {
|
||||
if (!TimelineManager.isInvite)
|
||||
roomContextMenu.show(roomItemTh, roomId, tags);
|
||||
roomContextMenu.show(roomItemTh.parent, roomId, tags);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue