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