From 735b0027f8ff1d5093b232d521aaa099383d2bf9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 27 Jul 2017 10:22:27 -0600 Subject: No item should be focused initially --- framework/qml/ConversationView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml/ConversationView.qml') diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 1da1a9db..b1984121 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml @@ -55,6 +55,7 @@ FocusScope { Kube.ListView { id: listView focus: true + currentIndex: -1 anchors { top: parent.top -- cgit v1.2.3