Skip to content

Commit 6065fa7

Browse files
authored
Merge pull request #40 from zoyi-jin/hotfix3
hotfix3
2 parents 08d90e2 + 5bb87c4 commit 6065fa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)