mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-13 14:41: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++;
|
this.ctx.loadUrlTimeout++;
|
||||||
|
|
||||||
// Stop "app loading" spinner if showing
|
// Stop "app loading" spinner if showing
|
||||||
this.ctx.pluginManager.exec("Notification", "activityStop", null, "[]", false);
|
this.ctx.spinnerStop();
|
||||||
|
|
||||||
// Handle error
|
// Handle error
|
||||||
this.ctx.onReceivedError(errorCode, description, failingUrl);
|
this.ctx.onReceivedError(errorCode, description, failingUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user