diff --git a/tns-core-modules/ui/core/view.android.ts b/tns-core-modules/ui/core/view.android.ts index 1c1f7982a..6024368da 100644 --- a/tns-core-modules/ui/core/view.android.ts +++ b/tns-core-modules/ui/core/view.android.ts @@ -127,6 +127,7 @@ export class View extends viewCommon.View { public onUnloaded() { super.onUnloaded(); + this._unregisterAllAnimations(); if (this._nativeView && this._nativeView.setOnTouchListener) { this._nativeView.setOnTouchListener(null); this.touchListenerIsSet = false;