mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 06:31:03 +08:00
Replace deprecated call to activityStop.
This commit is contained in:
parent
017fa1b917
commit
7c9eca1fab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user