From b7e26bc8f2f9802d2b7b37e3d5b3f064a9d7ccf1 Mon Sep 17 00:00:00 2001 From: CODeRUS Date: Thu, 23 Oct 2014 18:35:11 +0600 Subject: [PATCH] Dirty hack for quickscroll enable --- qml/tweetian-harmattan/Component/PullDownListView.qml | 7 +++++++ qml/tweetian-harmattan/MainPageCom/TweetListView.qml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/qml/tweetian-harmattan/Component/PullDownListView.qml b/qml/tweetian-harmattan/Component/PullDownListView.qml index 0c07a49..0450a20 100644 --- a/qml/tweetian-harmattan/Component/PullDownListView.qml +++ b/qml/tweetian-harmattan/Component/PullDownListView.qml @@ -24,4 +24,11 @@ SilicaListView { property string lastUpdate: "" signal pulledDown() + + Component.onCompleted: { + if (hasOwnProperty("quickScroll")) { + quickScroll = false + quickScroll = true + } + } } diff --git a/qml/tweetian-harmattan/MainPageCom/TweetListView.qml b/qml/tweetian-harmattan/MainPageCom/TweetListView.qml index ac08119..efb872b 100644 --- a/qml/tweetian-harmattan/MainPageCom/TweetListView.qml +++ b/qml/tweetian-harmattan/MainPageCom/TweetListView.qml @@ -121,6 +121,13 @@ Item { property int lastCount: 0 property Item contextMenu + Component.onCompleted: { + if (hasOwnProperty("quickScroll")) { + quickScroll = false + quickScroll = true + } + } + PullDownMenu { busy: root.busy MenuItem {