From 32af5101936232e853a0bd8189c20fb88a52fce1 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sat, 25 Mar 2023 23:45:48 -0700 Subject: [PATCH] actiondrawer: Revert flickable change Reverts the flickable change from 238d8a78cfa81370db07d75fc8855ddd47449dfd, it seems to cause the animation to reset when dragging from pinned -> full size. --- components/mobileshell/qml/actiondrawer/ActionDrawer.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml index 871c5293..e5f3ea75 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml @@ -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