From 7c9eca1fabd7e1dcfabb582b5ec857d47ca42545 Mon Sep 17 00:00:00 2001 From: Bryce Curtis Date: Fri, 15 Jul 2011 14:04:46 -0500 Subject: [PATCH] Replace deprecated call to activityStop. --- framework/src/com/phonegap/DroidGap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);