Set currentRoom when clicked.

It should resolve #86.
This commit is contained in:
Black Hat
2018-10-16 18:43:07 +08:00
parent 7b10707dde
commit b30d92a516
2 changed files with 1 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Rectangle {
inviteDialog.currentRoom = currentRoom
inviteDialog.open()
} else {
listView.currentIndex = index
enteredRoom = currentRoom
}
}