homescreens/halcyon: Fix favorites delegate not activating with touch

BUG: 486554

In Qt6 a bunch of weird behavior started happening with handlers which broke a bunch of things only in touch.

Remove the HoverHandler here which apparently wasn't used for anything, and causes any MouseArea to stop sending clicked and pressAndHold signals. DragHandler also appears to have stopped working with touch (for the folder close swipe gesture), but that involves far more rewriting to replace...
This commit is contained in:
Devin Lin 2024-07-22 22:59:35 -04:00
parent dea468b393
commit 0b8b51d2fc

View file

@ -184,12 +184,6 @@ Item {
} }
} }
HoverHandler {
id: hoverHandler
acceptedDevices: PointerDevice.Mouse
acceptedPointerTypes: PointerDevice.Generic
}
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
radius: height / 2 radius: height / 2