Skip to content

Commit

Permalink
fix-tests-from-#967 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz committed May 22, 2023
1 parent 574d3f3 commit 3429766
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;

import com.facebook.react.bridge.ReactContext;
import com.wix.reactnativenotifications.core.AppLaunchHelper;
Expand All @@ -21,6 +22,7 @@
import static com.wix.reactnativenotifications.Defs.NOTIFICATION_OPENED_EVENT_NAME;
import static com.wix.reactnativenotifications.Defs.NOTIFICATION_RECEIVED_EVENT_NAME;
import static com.wix.reactnativenotifications.Defs.NOTIFICATION_RECEIVED_BACKGROUND_EVENT_NAME;
import static com.wix.reactnativenotifications.Defs.LOGTAG;

public class PushNotification implements IPushNotification {

Expand Down

0 comments on commit 3429766

Please sign in to comment.