diff options
-rw-r--r-- | framework/qml/ConversationView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
55 | Kube.ListView { | 55 | Kube.ListView { |
56 | id: listView | 56 | id: listView |
57 | focus: true | 57 | focus: true |
58 | currentIndex: -1 | ||
58 | 59 | ||
59 | anchors { | 60 | anchors { |
60 | top: parent.top | 61 | top: parent.top |