Code review comment for lp:~mzanetti/reminders-app/init-account-rework

Revision history for this message
Michael Zanetti (mzanetti) wrote :

> + property alias accounts: listView.model
>
> You didn't add
>
> id: listView
>
> to listView in AccountSelectorPage.qml, so if there are 2 accounts there is an
> error:
>
> QQmlComponent: Component is not ready
> file:///home/rpadovani/Documents/ubuntu/touch/core-apps/init-account-rework-
> build/src/app/qml/reminders.qml:80: TypeError: Cannot read property
> 'accountSelected' of null

fixed

« Back to merge proposal