Skip to content

Commit

Permalink
Window test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Jul 26, 2018
1 parent f9ba900 commit f264e43
Showing 1 changed file with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,33 +525,4 @@ protected boolean hasActivityTransitions()
final boolean animated = TiConvert.toBoolean(getProperties(), TiC.PROPERTY_ANIMATED, true);
return (LOLLIPOP_OR_GREATER && animated && sharedElementPairs != null && !sharedElementPairs.isEmpty());
}

@Override
public void releaseViews()
{
if (children != null) {
for (TiViewProxy p : children) {
p.releaseViews();
}
}
if (view != null) {
view.release();
view = null;
}
if (tab != null) {
tab.releaseViews();
tab = null;
}
if (tabGroup != null) {
tabGroup.releaseViews();
tabGroup = null;
}
if (runtimeHandler != null) {
runtimeHandler = null;
}
if (mainHandler != null) {
mainHandler = null;
}
setModelListener(null);
}
}

0 comments on commit f264e43

Please sign in to comment.