Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit f8a0048

Browse files
committed
Remove extra interface.
1 parent 9f69896 commit f8a0048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import com.google.firebase.iid.InstanceIdResult;
3939
import com.google.firebase.messaging.FirebaseMessaging;
4040

41-
public class RNPushNotification extends ReactContextBaseJavaModule implements ActivityEventListener , Application.ActivityLifecycleCallbacks{
41+
public class RNPushNotification extends ReactContextBaseJavaModule implements ActivityEventListener {
4242
public static final String LOG_TAG = "RNPushNotification";// all logging should use this tag
4343

4444
private RNPushNotificationHelper mRNPushNotificationHelper;

0 commit comments

Comments
 (0)