From bf08303a8e1e4d091150a8f3270707a2ea74de1b Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 19 Nov 2021 22:52:51 +0100 Subject: [PATCH] Fix glitch in timeline scrolling Turnout that reuseItems with loader and dynamically sized items is not great. --- imports/NeoChat/Page/RoomPage.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 00af981a4..6ae85dd82 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -237,7 +237,6 @@ Kirigami.ScrollablePage { readonly property bool isLoaded: page.width * page.height > 10 spacing: Config.compactLayout ? 1 : Kirigami.Units.smallSpacing - reuseItems: true verticalLayoutDirection: ListView.BottomToTop highlightMoveDuration: 500