Skip to content

Commit

Permalink
fix(refresher): events manager must not be destroyed (part 2)
Browse files Browse the repository at this point in the history
fixes #10652
  • Loading branch information
manucorporat committed Mar 5, 2017
1 parent 9308694 commit 1dd8883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/refresher/refresher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,9 @@ export class Refresher {
* @private
*/
ngOnDestroy() {
this._setListeners(false);
this._events.destroy();
this._gesture.destroy();
this._setListeners(false);
}

}
Expand Down

0 comments on commit 1dd8883

Please sign in to comment.