We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2220bbd commit e40dd1aCopy full SHA for e40dd1a
android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt
@@ -1,11 +1,9 @@
1
package com.zulipmobile.notifications
2
3
-import com.zulipmobile.notifications.onReceived
4
import com.google.firebase.messaging.FirebaseMessagingService
5
import com.google.firebase.messaging.RemoteMessage
6
import com.facebook.react.bridge.ReactContext
7
import com.facebook.react.ReactApplication
8
-import com.zulipmobile.notifications.NotificationsModule
9
10
class FcmListenerService : FirebaseMessagingService() {
11
override fun onMessageReceived(message: RemoteMessage) {
0 commit comments