From 5598a878beb30a64a7fe47d416f522b9916fc2be Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Wed, 4 May 2016 23:07:18 +0300 Subject: [PATCH] [ubuntu] Keep the item's header always visible Workaround for https://bugs.launchpad.net/bugs/1572525 --- qml/ttrss/ubuntu-touch/FeedItemSwipe.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml b/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml index 52af74e..5e9fdb3 100644 --- a/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml +++ b/qml/ttrss/ubuntu-touch/FeedItemSwipe.qml @@ -24,7 +24,6 @@ Page { header: PageHeader { title: currentItem ? currentItem.title : "" - flickable: currentItem ? currentItem.flickable : null trailingActionBar.actions: [ Action { iconSource: "../resources/ic_star_"+(currentItem.marked?"enabled":"disabled")+".png"