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 =>