Code review comment for lp:~kai-mast/friends-app/new-postview

Revision history for this message
Ken VanDine (ken-vandine) wrote :

I just noticed the Tab usage doesn't include a page. The Tab expects the Page to be set to "page", not just declared there. So I think what's happening here is the flickable isn't properly trickling up the stack.

Something like this:

Tabs {
  Tab {
    page: Feed {
    }
}

« Back to merge proposal