actiondrawer: Load async

This commit is contained in:
Devin Lin 2022-12-10 21:40:33 -05:00
parent ee4ba6815a
commit 1c82b58c11

View file

@ -289,6 +289,7 @@ Item {
width: root.width
height: root.height
asynchronous: true
sourceComponent: root.mode == ActionDrawer.Portrait ? portraitContentContainer : landscapeContentContainer
}