fix injection
This commit is contained in:
parent
7c109d78e0
commit
1538d6011b
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ class AlarmSoundService : DaggerService() {
|
||||||
override fun onBind(intent: Intent): IBinder? = null
|
override fun onBind(intent: Intent): IBinder? = null
|
||||||
|
|
||||||
override fun onCreate() {
|
override fun onCreate() {
|
||||||
aapsLogger.debug(LTag.CORE, "onCreate")
|
|
||||||
super.onCreate()
|
super.onCreate()
|
||||||
aapsLogger.debug(LTag.CORE, "onCreate parent called")
|
aapsLogger.debug(LTag.CORE, "onCreate parent called")
|
||||||
startForeground(notificationHolder.notificationID, notificationHolder.notification)
|
startForeground(notificationHolder.notificationID, notificationHolder.notification)
|
||||||
|
|
Loading…
Reference in a new issue