homescreens/halcyon: Avoid touch capture

This commit is contained in:
Devin Lin 2022-06-28 12:46:22 -04:00
parent 6824e2d2b9
commit 3f735708cf
2 changed files with 0 additions and 4 deletions

View file

@ -63,8 +63,6 @@ Item {
onLongPressed: delegate.openContextMenu()
onTapped: (eventPoint.event.button === Qt.RightButton) ? delegate.openContextMenu() : delegate.launchApp();
gesturePolicy: TapHandler.ReleaseWithinBounds
}
HoverHandler {

View file

@ -64,8 +64,6 @@ Item {
growAnim.restart();
}
}
gesturePolicy: TapHandler.ReleaseWithinBounds
}
HoverHandler {