diff options
Diffstat (limited to 'framework/qml/ConversationListView.qml')
-rw-r--r-- | framework/qml/ConversationListView.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/qml/ConversationListView.qml b/framework/qml/ConversationListView.qml index 1d408edc..c84bbf6d 100644 --- a/framework/qml/ConversationListView.qml +++ b/framework/qml/ConversationListView.qml | |||
@@ -37,6 +37,14 @@ FocusScope { | |||
37 | 37 | ||
38 | property var currentItem: null | 38 | property var currentItem: null |
39 | 39 | ||
40 | function scrollDown() { | ||
41 | scrollHelper.scrollDown() | ||
42 | } | ||
43 | |||
44 | function scrollUp() { | ||
45 | scrollHelper.scrollUp() | ||
46 | } | ||
47 | |||
40 | function setCurrentItem() { | 48 | function setCurrentItem() { |
41 | if (currentItem) { | 49 | if (currentItem) { |
42 | currentItem.isCurrentItem = false | 50 | currentItem.isCurrentItem = false |