mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Don't re-parse config.xml in onResume.
There shouldn't be any need to.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user