Skip to content

Commit 3b7fee1

Browse files
committed
fix(loadingIonic): replace dismissAll() by dismiss()
1 parent afea281 commit 3b7fee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/loading-ionic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class LoadingIonicPlugin extends PluginBase implements PreRequestPlugin,
5353

5454
dismiss() {
5555
if (this.loading) {
56-
this.loading.dismissAll();
56+
this.loading.dismiss();
5757
}
5858

5959
this.loading = null;

0 commit comments

Comments
 (0)