Github user riknoll commented on a diff in the pull request:
https://github.com/apache/cordova-android/pull/239#discussion_r44564738
--- Diff: framework/src/org/apache/cordova/CordovaInterfaceImpl.java ---
@@ -147,6 +151,8 @@ public void onSaveInstanceState(Bundle outState) {
String serviceName = activityResultCallback.getServiceName();
outState.putString("callbackService", serviceName);
}
+
+ outState.putBundle("plugin", pluginManager.onSaveInstanceState());
--- End diff --
pluginManager should be created when the first URL is loaded. In the
default Android project, this happens in `onCreate()` so it shouldn't be an
issue.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]