Add audio visualizer to LockScreen
This commit is contained in:
parent
7c733b9f47
commit
6771248d29
4 changed files with 145 additions and 3 deletions
|
|
@ -78,6 +78,9 @@ ShellRoot {
|
|||
// Save a ref. to our sidePanel so we can access it from services
|
||||
PanelService.sidePanel = sidePanel
|
||||
|
||||
// Save a ref. to our lockScreen so we can access it from services
|
||||
PanelService.lockScreen = lockScreen
|
||||
|
||||
// Ensure our singleton is created as soon as possible so we start fetching weather asap
|
||||
LocationService.init()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue