mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
Fixed: CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error
This commit is contained in:
@ -127,6 +127,7 @@ export class View extends viewCommon.View {
|
|||||||
|
|
||||||
public onUnloaded() {
|
public onUnloaded() {
|
||||||
super.onUnloaded();
|
super.onUnloaded();
|
||||||
|
this._unregisterAllAnimations();
|
||||||
if (this._nativeView && this._nativeView.setOnTouchListener) {
|
if (this._nativeView && this._nativeView.setOnTouchListener) {
|
||||||
this._nativeView.setOnTouchListener(null);
|
this._nativeView.setOnTouchListener(null);
|
||||||
this.touchListenerIsSet = false;
|
this.touchListenerIsSet = false;
|
||||||
|
Reference in New Issue
Block a user