We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d43123 commit 2f88e7eCopy full SHA for 2f88e7e
1 file changed
apps/flipcash/shared/notifications/src/main/kotlin/com/flipcash/app/notifications/NotificationService.kt
@@ -6,11 +6,13 @@ import com.flipcash.services.user.UserManager
6
import com.getcode.utils.TraceType
7
import com.getcode.utils.trace
8
import com.google.firebase.messaging.FirebaseMessagingService
9
+import dagger.hilt.android.AndroidEntryPoint
10
import kotlinx.coroutines.CoroutineScope
11
import kotlinx.coroutines.Dispatchers
12
import kotlinx.coroutines.launch
13
import javax.inject.Inject
14
15
+@AndroidEntryPoint
16
class NotificationService: FirebaseMessagingService(), CoroutineScope by CoroutineScope(Dispatchers.IO) {
17
18
@Inject
0 commit comments