Showing
1 changed file
with
2 additions
and
0 deletions
@@ -427,6 +427,7 @@ Page(Object.assign({ | @@ -427,6 +427,7 @@ Page(Object.assign({ | ||
427 | this.showError(); | 427 | this.showError(); |
428 | } | 428 | } |
429 | this.showAlert(); | 429 | this.showAlert(); |
430 | + this.onPullDownRefresh(); | ||
430 | }).catch(this.showError.bind(this)); | 431 | }).catch(this.showError.bind(this)); |
431 | 432 | ||
432 | }, | 433 | }, |
@@ -460,6 +461,7 @@ Page(Object.assign({ | @@ -460,6 +461,7 @@ Page(Object.assign({ | ||
460 | this.showError(); | 461 | this.showError(); |
461 | } | 462 | } |
462 | this.showAlert(); | 463 | this.showAlert(); |
464 | + this.onPullDownRefresh(); | ||
463 | }).catch(this.showError.bind(this)); | 465 | }).catch(this.showError.bind(this)); |
464 | }, | 466 | }, |
465 | queueCancel() { | 467 | queueCancel() { |
-
Please register or login to post a comment