Replace deprecated call to activityStop.

This commit is contained in:
Bryce Curtis 2011-07-15 14:04:46 -05:00
parent 017fa1b917
commit 7c9eca1fab

View File

@ -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);