Removed some cleanup

This commit is contained in:
Rossen Hristov
2016-05-25 10:08:55 +03:00
parent 32a61e7a65
commit ebb1f15be5

View File

@ -698,11 +698,6 @@ class FragmentClass extends android.app.Fragment {
super.onDestroy(); super.onDestroy();
this.entry.fragmentTag = undefined; this.entry.fragmentTag = undefined;
this.entry = undefined;
this.frame = undefined;
this.clearHistory = undefined;
transitionModule._clearBackwardTransitions(this);
transitionModule._clearForwardTransitions(this);
} }
public toString(): string { public toString(): string {