File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
android/src/main/java/com/zoyi/channel/rn Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- # 0.4.5
2- ## Bug fixes
3- * Hotfix
4-
5- # 0.4.4
1+ # 0.4.4 ~ 0.4.6
62## Bug fixes
73* Hotfix
84
Original file line number Diff line number Diff 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 ));
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-channel-plugin" ,
3- "version" : " 0.4.5 " ,
3+ "version" : " 0.4.6 " ,
44 "description" : " react native module for channel io" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments