diff --git a/src/app/mainview/components/MessageListView.qml b/src/app/mainview/components/MessageListView.qml index ef1a559c..4f321329 100644 --- a/src/app/mainview/components/MessageListView.qml +++ b/src/app/mainview/components/MessageListView.qml @@ -297,7 +297,7 @@ JamiListView { } function onMoreMessagesLoaded() { - if (root.contentHeight < root.height) { + if (root.contentHeight < root.height || root.atYBeginning) { root.loadMoreMsgsIfNeeded() } }