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 }