Skip to content

Commit b01ddfa

Browse files
authored
Merge pull request #42 from zoyi/develop
0.4.6
2 parents 1656e2a + e210d55 commit b01ddfa

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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

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));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)