Working on #64.

It can now navigate to read marker only if the event is in timeline.
This commit is contained in:
Black Hat
2018-10-22 13:16:58 +08:00
parent b8702166e9
commit 7ee13837b1
3 changed files with 22 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ RoomPanelForm {
}
}
goBottomFab.onClicked: goToEvent(currentRoom.readMarkerEventId)
goTopFab.onClicked: messageListView.positionViewAtBeginning()
function goToEvent(eventID) {