From 834e894d2f8f4b6d8fa7cc9b49d0a9c93b2fa36e Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 17 May 2017 22:34:43 +0200 Subject: [PATCH] chore(gestures): update core gestures --- src/components/gesture/gesture.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/gesture/gesture.ts b/src/components/gesture/gesture.ts index 1e7adbcf3c..4edb6cacca 100644 --- a/src/components/gesture/gesture.ts +++ b/src/components/gesture/gesture.ts @@ -348,7 +348,7 @@ export class Gesture { } - ionViewWillUnload() { + ionViewDidUnload() { this.gesture && this.gesture.destroy(); this.gesture = this.pan = this.detail = this.detail.event = null; }