From 46c1aa8fc843dcf0b5cc101f974f51dcb7d39f6d Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 29 Dec 2021 21:01:33 -0500 Subject: [PATCH] startupfeedback: Ensure touch events don't go behind --- components/mobileshell/qml/components/StartupFeedback.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/components/StartupFeedback.qml b/components/mobileshell/qml/components/StartupFeedback.qml index dec11752..84eb89ad 100644 --- a/components/mobileshell/qml/components/StartupFeedback.qml +++ b/components/mobileshell/qml/components/StartupFeedback.qml @@ -19,7 +19,7 @@ import org.kde.plasma.private.mobileshell 1.0 as MobileShell /** * Component that animates an app opening from a location. */ -Item { +MouseArea { // use mousearea to ensure clicks don't go behind id: root visible: false