File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lib/android/app/src/main/java/com/wix/reactnativenotifications/core/notification Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88import android .content .Intent ;
99import android .os .Build ;
1010import android .os .Bundle ;
11+ import android .util .Log ;
1112
1213import com .facebook .react .bridge .ReactContext ;
1314import com .wix .reactnativenotifications .core .AppLaunchHelper ;
2122import static com .wix .reactnativenotifications .Defs .NOTIFICATION_OPENED_EVENT_NAME ;
2223import static com .wix .reactnativenotifications .Defs .NOTIFICATION_RECEIVED_EVENT_NAME ;
2324import static com .wix .reactnativenotifications .Defs .NOTIFICATION_RECEIVED_BACKGROUND_EVENT_NAME ;
25+ import static com .wix .reactnativenotifications .Defs .LOGTAG ;
2426
2527public class PushNotification implements IPushNotification {
2628
You can’t perform that action at this time.
0 commit comments