Skip to content

Commit 7febafc

Browse files
committed
hotfix - fix error
1 parent a9744e0 commit 7febafc

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)