Fixed: CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error

This commit is contained in:
Tsvetan Raikov
2016-06-15 10:32:37 +03:00
parent 1a2e5a9870
commit a53523cbc3

View File

@ -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;