Skip to content
Snippets Groups Projects
Commit 3b85425a authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

smartlist: don't reposition the view at the current index

Gitlab: #1273
Change-Id: I4a8cac7caef3c5935b65dacb35b4fc235525ca48
parent e8e9fd30
Branches
Tags
No related merge requests found
...@@ -35,9 +35,9 @@ JamiListView { ...@@ -35,9 +35,9 @@ JamiListView {
} }
currentIndex: model.currentFilteredRow currentIndex: model.currentFilteredRow
// highlight selection // Disable highlight on current item; we do this ourselves with the
// down and hover states are done within the delegate // SmartListItemDelegate.
highlightMoveDuration: 60 highlightFollowsCurrentItem: false
headerPositioning: ListView.OverlayHeader headerPositioning: ListView.OverlayHeader
header: Rectangle { header: Rectangle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment