diff --git a/qml/FullscreenFrame.qml b/qml/FullscreenFrame.qml index 51cbf752..310dc229 100644 --- a/qml/FullscreenFrame.qml +++ b/qml/FullscreenFrame.qml @@ -908,6 +908,7 @@ InputEventItem { } function onCurrentFrameChanged() { if (LauncherController.currentFrame === "FullscreenFrame") { + listviewPage.changedByNonKeyboard = true listviewPage.setCurrentIndex(0) } }