From 6168813d13f20f985d446b3c539bb95e4ff27617 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 18 Oct 2020 08:57:47 -0400 Subject: [PATCH] Fix lockscreen keypad getting stuck --- look-and-feel/contents/lockscreen/LockScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/look-and-feel/contents/lockscreen/LockScreen.qml b/look-and-feel/contents/lockscreen/LockScreen.qml index dba63dbc..cb9a0c61 100644 --- a/look-and-feel/contents/lockscreen/LockScreen.qml +++ b/look-and-feel/contents/lockscreen/LockScreen.qml @@ -221,7 +221,7 @@ PlasmaCore.ColorScope { boundsBehavior: Flickable.StopAtBounds // always snap to end (either hidden or shown) - onFlickEnded: { + onMovementEnded: { if (!atYBeginning && !atYEnd) { if (contentY > columnHeight - contentY) { flick(0, -1000);