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"