From 1c82b58c11be20c3637b5f4be7a387a9aea0ecf9 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sat, 10 Dec 2022 21:40:33 -0500 Subject: [PATCH] actiondrawer: Load async --- components/mobileshell/qml/actiondrawer/ActionDrawer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml index 0d12f525..b48c997a 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml @@ -289,6 +289,7 @@ Item { width: root.width height: root.height + asynchronous: true sourceComponent: root.mode == ActionDrawer.Portrait ? portraitContentContainer : landscapeContentContainer }