Skip to content

Commit 41bb7b9

Browse files
committed
feat(loading): restore options postRequest()
1 parent a83a4c8 commit 41bb7b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/loading-ionic.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export class LoadingIonicPlugin extends PluginBase implements PreRequestPlugin,
6868
this.loading = null;
6969
this.loadingOptions = this.originalLoadingOptions;
7070
this.allow = true;
71+
72+
this.restoreOptions();
7173
}
7274

7375
postRequest() {

0 commit comments

Comments
 (0)