Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -106,7 +106,10 @@ export struct CustomPullToRefresh { | @@ -106,7 +106,10 @@ export struct CustomPullToRefresh { | ||
| 106 | lottie.destroy(this.refreshingAnimName); | 106 | lottie.destroy(this.refreshingAnimName); |
| 107 | this.refreshAnimation?.removeEventListener('DOMLoaded') | 107 | this.refreshAnimation?.removeEventListener('DOMLoaded') |
| 108 | this.refreshAnimation?.removeEventListener('destroy') | 108 | this.refreshAnimation?.removeEventListener('destroy') |
| 109 | + this.refreshingAnimation?.removeEventListener('DOMLoaded') | ||
| 110 | + this.refreshingAnimation?.removeEventListener('destroy') | ||
| 109 | this.refreshAnimation = null | 111 | this.refreshAnimation = null |
| 112 | + this.refreshingAnimation = null | ||
| 110 | } | 113 | } |
| 111 | 114 | ||
| 112 | @Builder | 115 | @Builder |
-
Please register or login to post a comment