diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 24bdc2bc..0682d38e 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -142,7 +142,6 @@ FocusScope { // make the homescreen not interactable when task switcher or startup feedback is on interactive: !taskSwitcher.visible && !startupFeedback.visible - } // search component @@ -152,7 +151,6 @@ FocusScope { opacity: root.homeScreenOpacity visible: openFactor > 0 - onOpenFactorChanged: homescreen.opacity = 1 - openFactor; } Connections {