Skip to content

Commit

Permalink
Merge pull request #6134 from appcelerator/revert-5239-TIMOB-15621
Browse files Browse the repository at this point in the history
Revert "[TIMOB-15621] reuse the RowProxyItem if it was already associate...
  • Loading branch information
pec1985 committed Sep 19, 2014
2 parents 41505e1 + d504a20 commit 2520003
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ public View getView(int position, View convertView, ViewGroup parent) {
}
}
}
} else if (item.proxy instanceof TableViewRowProxy) {
TableViewRowProxy rowProxy = (TableViewRowProxy) item.proxy;
//If the proxy is already assigned at layout pass, let us use it
v = rowProxy.getTableViewRowProxyItem();
}
if (v == null) {
if (item.className.equals(TableViewProxy.CLASSNAME_HEADERVIEW)) {
Expand Down

0 comments on commit 2520003

Please sign in to comment.