forked from github/cordova-android
Edited framework/src/com/phonegap/DroidGap.java via GitHub
This commit is contained in:
parent
029ddeade0
commit
e09c728fd0
2
framework/src/com/phonegap/DroidGap.java
Executable file → Normal file
2
framework/src/com/phonegap/DroidGap.java
Executable file → Normal file
@ -1123,7 +1123,7 @@ public class DroidGap extends PhonegapActivity {
|
|||||||
try {
|
try {
|
||||||
// Init parameters to new DroidGap activity and propagate existing parameters
|
// Init parameters to new DroidGap activity and propagate existing parameters
|
||||||
HashMap<String, Object> params = new HashMap<String, Object>();
|
HashMap<String, Object> params = new HashMap<String, Object>();
|
||||||
params.put("loadingDialog", "");
|
params.put("loadingDialog", null);
|
||||||
if (this.ctx.loadInWebView) {
|
if (this.ctx.loadInWebView) {
|
||||||
params.put("loadInWebView", true);
|
params.put("loadInWebView", true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user