Don't re-parse config.xml in onResume.

There shouldn't be any need to.
This commit is contained in:
Andrew Grieve 2014-07-04 12:19:28 -04:00
parent 663a71255f
commit e74baf188f

View File

@ -657,8 +657,6 @@ public class CordovaActivity extends Activity implements CordovaInterface {
protected void onResume() {
super.onResume();
LOG.d(TAG, "Resuming the App");
//Reload the configuration
Config.init(this);
if (this.activityState == ACTIVITY_STARTING) {
this.activityState = ACTIVITY_RUNNING;