diff --git a/src/qml/Component/TimelineView.qml b/src/qml/Component/TimelineView.qml index cccbdad93..c3cd2c43b 100644 --- a/src/qml/Component/TimelineView.qml +++ b/src/qml/Component/TimelineView.qml @@ -35,6 +35,7 @@ QQC2.ScrollView { verticalLayoutDirection: ListView.BottomToTop highlightMoveDuration: 500 clip: true + interactive: Kirigami.Settings.isMobile bottomMargin: Kirigami.Units.largeSpacing + Math.round(Kirigami.Theme.defaultFont.pointSize * 2) model: !isLoaded ? undefined : collapseStateProxyModel