~vthompson/ubuntu-weather-app/reboot-do-not-build-pointless-pot-file

« back to all changes in this revision

Viewing changes to app/ui/HomePage.qml

* Added multiselect/swipe delete and reorder support to locations list
* Added a few FIXMEs to fix in future mps.

Approved by Martin Borho, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
            highlightRangeMode: ListView.StrictlyEnforceRange
106
106
            onCurrentIndexChanged: {
107
107
                if (loaded) {
 
108
                    // FIXME: when a model is reloaded this causes the currentIndex to be lost
108
109
                    settings.current = currentIndex
109
110
                }
110
111
            }