mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
Fix lockscreen keypad getting stuck
This commit is contained in:
parent
5d99de94fa
commit
6168813d13
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ PlasmaCore.ColorScope {
|
||||||
boundsBehavior: Flickable.StopAtBounds
|
boundsBehavior: Flickable.StopAtBounds
|
||||||
|
|
||||||
// always snap to end (either hidden or shown)
|
// always snap to end (either hidden or shown)
|
||||||
onFlickEnded: {
|
onMovementEnded: {
|
||||||
if (!atYBeginning && !atYEnd) {
|
if (!atYBeginning && !atYEnd) {
|
||||||
if (contentY > columnHeight - contentY) {
|
if (contentY > columnHeight - contentY) {
|
||||||
flick(0, -1000);
|
flick(0, -1000);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue