Forgot to remove the method that copied over the intent data

This commit is contained in:
Joe Bowser 2015-05-13 10:16:02 -07:00
parent 4ea684dd7a
commit 44aa7464e1

View File

@ -164,7 +164,6 @@ public class CordovaActivity extends Activity {
parser.parse(this);
preferences = parser.getPreferences();
preferences.setPreferencesBundle(getIntent().getExtras());
preferences.copyIntoIntentExtras(this);
launchUrl = parser.getLaunchUrl();
pluginEntries = parser.getPluginEntries();
Config.parser = parser;