From 4d9522f191b8aff20b6ea8ad91c13b88026af8e2 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Jan 2022 14:38:27 +0100 Subject: [PATCH] Fix scrolling with huge message. --- linphone-app/ui/modules/Common/View/ScrollableListView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linphone-app/ui/modules/Common/View/ScrollableListView.qml b/linphone-app/ui/modules/Common/View/ScrollableListView.qml index 8e7918697..9eea3fe47 100644 --- a/linphone-app/ui/modules/Common/View/ScrollableListView.qml +++ b/linphone-app/ui/modules/Common/View/ScrollableListView.qml @@ -47,7 +47,9 @@ ListView { contentWidth: width - (vScrollBar.visible?vScrollBar.width:0) spacing: 0 synchronousDrag: true + onContentHeightChanged: cacheBuffer=view.contentHeight cacheBuffer: height + // --------------------------------------------------------------------------- // TODO: Find a solution at this bug =>