Skip to content

Commit f1d6a2a

Browse files
authored
Merge pull request #479 from jpush/dev
Dev
2 parents 9a8979f + 405f970 commit f1d6a2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

android/src/main/java/cn/jpush/reactnativejpush/JPushModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public void onCatalystInstanceDestroy() {
8282
mCachedBundle = null;
8383
if (null != sCacheMap) {
8484
sCacheMap.clear();
85-
sCacheMap = null;
8685
}
8786
mEvent = null;
8887
mGetRidCallback = null;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-react-native",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "a jpush plugin for react native application",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)