actiondrawer: Revert flickable change

Reverts the flickable change from 238d8a78cf, it seems to cause the animation to reset when dragging from pinned -> full size.
This commit is contained in:
Devin Lin 2023-03-25 23:45:48 -07:00
parent 45ab8c5fa9
commit 32af510193

View file

@ -234,7 +234,8 @@ Item {
anchors.fill: parent
contentWidth: root.width
contentHeight: root.height * 2
contentHeight: root.height + 999999
contentY: contentHeight / 2
// if the recent root.offset change was due to this flickable
property bool offsetChangedDueToContentY: false