fix injection

This commit is contained in:
Milos Kozak 2020-11-26 15:57:40 +01:00
parent 7c109d78e0
commit 1538d6011b

View file

@ -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)