diff --git a/qml/windowed/AppListView.qml b/qml/windowed/AppListView.qml index c7ca1877..866379c6 100644 --- a/qml/windowed/AppListView.qml +++ b/qml/windowed/AppListView.qml @@ -24,7 +24,7 @@ FocusScope { let wasFollowing = listView.highlightFollowsCurrentItem listView.highlightFollowsCurrentItem = false listView.currentIndex = 0 - listView.contentY = 0 + listView.positionViewAtBeginning() listView.highlightFollowsCurrentItem = wasFollowing if (!LauncherController.visible) { alphabetCategoryPopup.close()