mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
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 {
|
||||
// Init parameters to new DroidGap activity and propagate existing parameters
|
||||
HashMap<String, Object> params = new HashMap<String, Object>();
|
||||
params.put("loadingDialog", "");
|
||||
params.put("loadingDialog", null);
|
||||
if (this.ctx.loadInWebView) {
|
||||
params.put("loadInWebView", true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user