Skip to content

Commit

Permalink
Remove extra interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallas62 committed May 25, 2020
1 parent 9f69896 commit f8a0048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import com.google.firebase.iid.InstanceIdResult;
import com.google.firebase.messaging.FirebaseMessaging;

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

private RNPushNotificationHelper mRNPushNotificationHelper;
Expand Down

0 comments on commit f8a0048

Please sign in to comment.