Fix lockscreen keypad getting stuck

This commit is contained in:
Devin Lin 2020-10-18 08:57:47 -04:00
parent 5d99de94fa
commit 6168813d13

View file

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