diff --git a/src/timeline/TimelineView.qml b/src/timeline/TimelineView.qml index 5cf715e5f..b577e5376 100644 --- a/src/timeline/TimelineView.qml +++ b/src/timeline/TimelineView.qml @@ -91,7 +91,7 @@ QQC2.ScrollView { id: messageListView // HACK: Use this instead of atYEnd to handle cases like -643.2 at height of 643 not being counted as "at the beginning" - readonly property bool closeToYEnd: -Math.round(contentY) >= height + readonly property bool closeToYEnd: -Math.round(contentY) <= height onHeightChanged: { // HACK: Fix a bug where Qt doesn't resettle the view properly when the pinned messages changes our height