homescreen: Fix pinned row being interactive when app drawer is open

Attempt to fix #191
This commit is contained in:
Devin Lin 2022-04-20 21:33:56 -04:00
parent 6099bf491f
commit 5ca4a3665b

View file

@ -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();