Skip to content

Enter selection mode with TapAndHold and release gesture

Steffen Hartleib requested to merge steffenh/dolphin:touch_selectionmode into master

Currently the selection mode is started with a TapAndHold gesture, however this is too early and resulted in the errors below.

This patch changes the timing of entering selection mode to a TapAndHold and release gesture.

BUG: 464594 BUG: 462778

Merge request reports