正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -99,6 +99,8 @@ public class WeChatModule extends ReactContextBaseJavaModule implements IWXAPIEv | @@ -99,6 +99,8 @@ public class WeChatModule extends ReactContextBaseJavaModule implements IWXAPIEv | ||
| 99 | public static void handleIntent(Intent intent) { | 99 | public static void handleIntent(Intent intent) { |
| 100 | for (WeChatModule mod : modules) { | 100 | for (WeChatModule mod : modules) { |
| 101 | mod.api.handleIntent(intent, mod); | 101 | mod.api.handleIntent(intent, mod); |
| 102 | + if (mod.api != null) | ||
| 103 | + mod.api.handleIntent(intent, mod); | ||
| 102 | } | 104 | } |
| 103 | } | 105 | } |
| 104 | 106 |
-
请 注册 或 登录 后发表评论