Fix flicking the timeline

This commit is contained in:
Tobias Fella
2021-10-18 15:35:56 +02:00
parent a6dd5b9a57
commit 65cc392805

View File

@@ -229,7 +229,6 @@ Kirigami.ScrollablePage {
ListView {
id: messageListView
pixelAligned: true
visible: !invitation.visible
readonly property int largestVisibleIndex: count > 0 ? indexAt(contentX + (width / 2), contentY + height - 1) : -1