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
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@ JamiListView {
}
currentIndex: model.currentFilteredRow
// highlight selection
// down and hover states are done within the delegate
highlightMoveDuration: 60
// Disable highlight on current item; we do this ourselves with the
// SmartListItemDelegate.
highlightFollowsCurrentItem: false
headerPositioning: ListView.OverlayHeader
header: Rectangle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment