diff --git a/framework/src/com/phonegap/DroidGap.java b/framework/src/com/phonegap/DroidGap.java index b11b3a01..02d9332b 100755 --- a/framework/src/com/phonegap/DroidGap.java +++ b/framework/src/com/phonegap/DroidGap.java @@ -1197,7 +1197,7 @@ public class DroidGap extends PhonegapActivity { this.ctx.loadUrlTimeout++; // Stop "app loading" spinner if showing - this.ctx.pluginManager.exec("Notification", "activityStop", null, "[]", false); + this.ctx.spinnerStop(); // Handle error this.ctx.onReceivedError(errorCode, description, failingUrl);