Skip to content

Commit

Permalink
Update NotificationService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebwanee authored Mar 5, 2022
1 parent 5a703e8 commit e6a836a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.github.muneebwanee.dash.services.notificationService
import android.app.Notification
import android.service.notification.NotificationListenerService
import android.service.notification.StatusBarNotification
import com.github.muneebwanee.dash.app.dash
import com.github.muneebwanee.dash.app.Dash
import com.github.muneebwanee.dash.utils.Consts.FACEBOOK_MESSENGER_PACK_NAME
import com.github.muneebwanee.dash.utils.Consts.INSTAGRAM_PACK_NAME
import com.github.muneebwanee.dash.utils.Consts.TYPE_INSTAGRAM
Expand All @@ -21,7 +21,7 @@ class NotificationService : NotificationListenerService() {

override fun onCreate() {
super.onCreate()
dash.appComponent.inject(this)
Dash.appComponent.inject(this)
}

override fun onListenerConnected() {
Expand Down

0 comments on commit e6a836a

Please sign in to comment.