actiondrawer: notification scroll bugfix

This commit is contained in:
Micah Stanley 2025-04-16 13:57:09 +00:00
parent 1a398d9fdb
commit 8c45aba84d

View file

@ -78,7 +78,8 @@ Item {
// this is so one can swipe down from the top of the notification drawer to expand the action drawer
DragHandler {
id: dragHandler
yAxis.enabled: true
// disable the draghandler when we are not at the top of the notification list as it can interfere with the notification scrolling
yAxis.enabled: notificationWidget.listView.atYBeginning || active
xAxis.enabled: false
property bool startActive: false