We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdd2f4f + 7febafc commit bbbaf2bCopy full SHA for bbbaf2b
android/src/main/java/com/zoyi/channel/rn/RNChannelIO.java
@@ -120,6 +120,7 @@ public void initPushToken(String tokenData) {
120
public void handlePushNotification(ReadableMap userInfo, Promise promise) {
121
if (reactContext != null) {
122
Context context = reactContext.getApplicationContext();
123
+ }
124
125
if (context != null) {
126
ChannelIO.showPushNotification(context, ParseUtils.toPushNotification(userInfo));
0 commit comments