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 e222b4b commit 4a22417Copy full SHA for 4a22417
android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt
@@ -1,8 +1,8 @@
1
package com.zulipmobile.notifications
2
3
+import com.facebook.react.ReactApplication
4
import com.google.firebase.messaging.FirebaseMessagingService
5
import com.google.firebase.messaging.RemoteMessage
-import com.facebook.react.ReactApplication
6
7
class FcmListenerService : FirebaseMessagingService() {
8
override fun onMessageReceived(message: RemoteMessage) {
0 commit comments