~vthompson/ubuntu-weather-app/fix-var-name-clash

« back to all changes in this revision

Viewing changes to app/ui/LocationsPage.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-10-18 15:49:26 UTC
  • mfrom: (125.1.2 fix-1490040)
  • Revision ID: tarmac-20151018154926-drg1o4hceq0gzb2n
* Show the bottom loading animation (LoadingIndicator) on the LocationsPage. Fixes: https://bugs.launchpad.net/bugs/1490040.

Approved by Ubuntu Phone Apps Jenkins Bot, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
        }
259
259
    }
260
260
 
 
261
    LoadingIndicator {
 
262
        id: loadingIndicator
 
263
    }
 
264
 
261
265
    Loader {
262
266
        active: locationsList === null || locationsList.length === 0
263
267
        anchors {