From ebb1f15be5e450870d41ee020ca5c7188a6929dd Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Wed, 25 May 2016 10:08:55 +0300 Subject: [PATCH] Removed some cleanup --- ui/frame/frame.android.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/frame/frame.android.ts b/ui/frame/frame.android.ts index 7faac120f..751b46296 100644 --- a/ui/frame/frame.android.ts +++ b/ui/frame/frame.android.ts @@ -698,11 +698,6 @@ class FragmentClass extends android.app.Fragment { super.onDestroy(); this.entry.fragmentTag = undefined; - this.entry = undefined; - this.frame = undefined; - this.clearHistory = undefined; - transitionModule._clearBackwardTransitions(this); - transitionModule._clearForwardTransitions(this); } public toString(): string {