Skip to content

Commit

Permalink
update to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Feb 21, 2017
1 parent 24d7430 commit 253b9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ios/RCTJPushModule/RCTJPushModule/RCTJPushModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ - (id)init {
_isJPushDidLogin = NO;

NSNotificationCenter *defaultCenter = [NSNotificationCenter defaultCenter];

[defaultCenter removeObserver:self];

[defaultCenter addObserver:self
selector:@selector(networkDidSetup:)
name:kJPFNetworkDidSetupNotification
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpush-react-native",
"version": "1.4.5",
"version": "1.4.6",
"description": "a jpush plugin for react native application",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 253b9d4

Please sign in to comment.