~vthompson/ubuntu-weather-app/fix-1452501-location-not-found

« back to all changes in this revision

Viewing changes to app/ui/HomePage.qml

* Rename EmptyStateComponent to HomePageEmptyStateComponent
* Add a LocationsPageEmptyStateComponent.

Approved by Victor Thompson, Ubuntu Phone Apps Jenkins Bot, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
            fill: parent
193
193
        }
194
194
        asynchronous: true
195
 
        source: "../components/EmptyStateComponent.qml"
 
195
        source: "../components/HomePageEmptyStateComponent.qml"
196
196
        visible: status === Loader.Ready && active
197
197
    }
198
198
}