Skip to content

Commit 4a22417

Browse files
committed
android [nfc]: Sort imports in FcmListenerService
(Done with "Optimize Imports" from the actions menu.)
1 parent e222b4b commit 4a22417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.zulipmobile.notifications
22

3+
import com.facebook.react.ReactApplication
34
import com.google.firebase.messaging.FirebaseMessagingService
45
import com.google.firebase.messaging.RemoteMessage
5-
import com.facebook.react.ReactApplication
66

77
class FcmListenerService : FirebaseMessagingService() {
88
override fun onMessageReceived(message: RemoteMessage) {

0 commit comments

Comments
 (0)