diff --git a/src/app/mainview/components/ConversationListView.qml b/src/app/mainview/components/ConversationListView.qml index c14dfff9..1337d4e3 100644 --- a/src/app/mainview/components/ConversationListView.qml +++ b/src/app/mainview/components/ConversationListView.qml @@ -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 {