Skip to content

Commit bbbaf2b

Browse files
authored
Merge pull request #34 from zoyi-jin/hotfix
Hotfix
2 parents cdd2f4f + 7febafc commit bbbaf2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/zoyi/channel/rn/RNChannelIO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public void initPushToken(String tokenData) {
120120
public void handlePushNotification(ReadableMap userInfo, Promise promise) {
121121
if (reactContext != null) {
122122
Context context = reactContext.getApplicationContext();
123+
}
123124

124125
if (context != null) {
125126
ChannelIO.showPushNotification(context, ParseUtils.toPushNotification(userInfo));

0 commit comments

Comments
 (0)