diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml index 48fe6f43..2c30562f 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawerWindow.qml @@ -40,7 +40,7 @@ Window { color: "transparent" // set input to transparent when closing to prevent window from taking unwanted touch inputs - onStateChanged: ShellUtil.setInputTransparent(window, state == "close") + onStateChanged: MobileShell.ShellUtil.setInputTransparent(window, state === "close") onVisibleChanged: { if (visible) {