mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 14:41:03 +08:00
Merge branch 'master' into 4.0.x (drop events before startup)
This commit is contained in:
commit
9698a995fb
@ -315,7 +315,9 @@ public class CoreAndroid extends CordovaPlugin {
|
|||||||
}
|
}
|
||||||
PluginResult pluginResult = new PluginResult(PluginResult.Status.OK, obj);
|
PluginResult pluginResult = new PluginResult(PluginResult.Status.OK, obj);
|
||||||
pluginResult.setKeepCallback(true);
|
pluginResult.setKeepCallback(true);
|
||||||
messageChannel.sendPluginResult(pluginResult);
|
if (messageChannel != null) {
|
||||||
|
messageChannel.sendPluginResult(pluginResult);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user