mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
homescreen: Fix pinned row being interactive when app drawer is open
Attempt to fix #191
This commit is contained in:
parent
6099bf491f
commit
5ca4a3665b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue