Location service with caching
This commit is contained in:
parent
330f2e964c
commit
644f647653
2 changed files with 63 additions and 43 deletions
|
|
@ -38,4 +38,9 @@ ShellRoot {
|
|||
Calendar {
|
||||
id: calendar
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
// On startup, check if we need to get fresh weather data
|
||||
Location.init()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue