Skip to content

Commit a53523c

Browse files
author
Tsvetan Raikov
committed
Fixed: CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error
1 parent 1a2e5a9 commit a53523c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tns-core-modules/ui/core/view.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export class View extends viewCommon.View {
127127

128128
public onUnloaded() {
129129
super.onUnloaded();
130+
this._unregisterAllAnimations();
130131
if (this._nativeView && this._nativeView.setOnTouchListener) {
131132
this._nativeView.setOnTouchListener(null);
132133
this.touchListenerIsSet = false;

0 commit comments

Comments
 (0)