From d6bd455b1ed079e3cf3b06dc11ce4012bbe58ba6 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 21 Jul 2020 12:32:32 +0200 Subject: [PATCH] disable the scrollindicator for some reason it seems interactive on the phone --- containments/homescreen/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 2a11edd0..a8fe108c 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -135,6 +135,7 @@ Item { id: scrollabr opacity: mainFlickable.moving interactive: false + enabled: false Behavior on opacity { OpacityAnimator { duration: units.longDuration * 2