mobile/profile: make the wait before dragging even shorter

Several users still found the wait too long - this is near instantaneous it
just ignores brief taps.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-24 06:24:09 -08:00
parent 6570597f5b
commit 140d552e6d

View file

@ -260,7 +260,7 @@ Item {
drag.target: qmlProfile
drag.axis: Drag.XAndYAxis
drag.smoothed: true
pressAndHoldInterval: 150 // very short - feels about right
pressAndHoldInterval: 50 // very short - feels about right
// cursor/finger position as we start dragging
property real initialX
property real initialY