MusicService: Remove SystemTask dependency
This commit is contained in:
parent
310ea81eec
commit
c7a9b3d7d3
3 changed files with 8 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
|
|||
anService {systemTask, notificationManager},
|
||||
alertNotificationClient {systemTask, notificationManager},
|
||||
currentTimeService {dateTimeController},
|
||||
musicService {systemTask},
|
||||
musicService {*this},
|
||||
weatherService {systemTask, dateTimeController},
|
||||
navService {systemTask},
|
||||
batteryInformationService {batteryController},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue