disable the scrollindicator

for some reason it seems interactive on the phone
This commit is contained in:
Marco Martin 2020-07-21 12:32:32 +02:00
parent dae850dbc9
commit d6bd455b1e

View file

@ -135,6 +135,7 @@ Item {
id: scrollabr id: scrollabr
opacity: mainFlickable.moving opacity: mainFlickable.moving
interactive: false interactive: false
enabled: false
Behavior on opacity { Behavior on opacity {
OpacityAnimator { OpacityAnimator {
duration: units.longDuration * 2 duration: units.longDuration * 2