1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 17:40:41 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

3 Commits

Author SHA1 Message Date
Sunny Luo
16d388e2dc Update package.json 2024-12-26 14:51:07 +08:00
Sunny Luo
9283ad21fb Update UpdateModule.java 2024-12-26 14:50:54 +08:00
Sunny Luo
17daf05bf4 Update UpdateModuleImpl.java 2024-12-26 14:49:38 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ public class UpdateModuleImpl {
}
private void loadBundleLegacy() {
final Activity currentActivity = getCurrentActivity();
final Activity currentActivity = mContext.getCurrentActivity();
if (currentActivity == null) {
return;
}

View File

@@ -171,7 +171,7 @@ public class UpdateModule extends ReactContextBaseJavaModule {
}
private void loadBundleLegacy() {
final Activity currentActivity = getCurrentActivity();
final Activity currentActivity = mContext.getCurrentActivity();
if (currentActivity == null) {
return;
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.19.3",
"version": "10.19.4",
"description": "react-native hot update",
"main": "src/index",
"scripts": {