Hi,

I'm a member in RSS reader team, I found a problem with the page header:
when I push another page into pagestack, tabs header remains on the top,
not the "another page" 's header.

code snippets:

PageStack {

        id: pageStack

        anchors.fill: parent


        Component.onCompleted:

        {

            push(tabs);     // use tabs as first page

        }


then I push another page:

Page {

    id: addfeedpage

    title: i18n.tr("Add feed")

    flickable: null


but the pagestack's header doesn't show "Add feed" but tabs remain.



This problem just happen in this week after the SDK updated, also
happened in my nexus 4 after apt-get upgrade.


Can anyone tell me how to solve it or just wait for the SDK update?



BR,

Joey
-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps
More help   : https://help.launchpad.net/ListHelp

Reply via email to