|
...
|
...
|
@@ -99,6 +99,8 @@ public class WeChatModule extends ReactContextBaseJavaModule implements IWXAPIEv |
|
|
|
public static void handleIntent(Intent intent) {
|
|
|
|
for (WeChatModule mod : modules) {
|
|
|
|
mod.api.handleIntent(intent, mod);
|
|
|
|
if (mod.api != null)
|
|
|
|
mod.api.handleIntent(intent, mod);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|