[ubuntu] Keep the item's header always visible

Workaround for https://bugs.launchpad.net/bugs/1572525
This commit is contained in:
Alberto Mardegan 2016-05-04 23:07:18 +03:00
parent de4684abc0
commit 5598a878be

View file

@ -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"