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

Update UpdateModuleImpl.java

This commit is contained in:
Sunny Luo
2024-12-26 14:49:38 +08:00
committed by GitHub
parent 437975ae97
commit 17daf05bf4

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