From 5ca4a3665bff8107fe268e36fdf2a48a1e1ee97c Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 20 Apr 2022 21:33:56 -0400 Subject: [PATCH] homescreen: Fix pinned row being interactive when app drawer is open Attempt to fix #191 --- containments/homescreen/package/contents/ui/HomeScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/HomeScreen.qml b/containments/homescreen/package/contents/ui/HomeScreen.qml index a560cd2d..264a8533 100644 --- a/containments/homescreen/package/contents/ui/HomeScreen.qml +++ b/containments/homescreen/package/contents/ui/HomeScreen.qml @@ -107,7 +107,7 @@ Item { TapHandler { target: favoriteStrip - enabled: homeScreenState.interactive + enabled: flickContainer.interactive // only interactive when we flick on homescreen onTapped: { //Hides icons close button contents.appletsLayout.appletsLayoutInteracted();