mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Fix bug with showing loadingDialog property.
This commit is contained in:
@@ -424,7 +424,7 @@ public class DroidGap extends PhonegapActivity {
|
|||||||
|
|
||||||
// If loadingDialog property, then show the App loading dialog for first page of app
|
// If loadingDialog property, then show the App loading dialog for first page of app
|
||||||
String loading = null;
|
String loading = null;
|
||||||
if (me.urls.size() == 0) {
|
if (me.urls.size() == 1) {
|
||||||
loading = me.getStringProperty("loadingDialog", null);
|
loading = me.getStringProperty("loadingDialog", null);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user