Skip to content

Commit

Permalink
[AppSwitcher] Fixup connections
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Jul 10, 2024
1 parent 73facac commit 7f2afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/AppSwitcher.qml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Item {
}
}
Connections {
target: pager
target: pager.item
function onFlickEnded() {
closeMode = false
}
Expand Down

0 comments on commit 7f2afef

Please sign in to comment.