Skip to content

Commit e222b4b

Browse files
committed
android [nfc]: Remove a now-unneeded import
When this was written in Java, the `ReactContext` type was used to declare a variable, and we don't need it now that the file is in Kotlin.
1 parent e40dd1a commit e222b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/app/src/main/java/com/zulipmobile/notifications/FcmListenerService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.zulipmobile.notifications
22

33
import com.google.firebase.messaging.FirebaseMessagingService
44
import com.google.firebase.messaging.RemoteMessage
5-
import com.facebook.react.bridge.ReactContext
65
import com.facebook.react.ReactApplication
76

87
class FcmListenerService : FirebaseMessagingService() {

0 commit comments

Comments
 (0)