Merge change Iead0d4d8 into eclair-mr2

* changes:
  Fix the build when ViewDebug.TRACE_RECYCLER is set to true.
This commit is contained in:
Android (Google) Code Review
2009-12-08 17:34:56 -08:00

View File

@@ -1374,7 +1374,7 @@ public class ListView extends AbsListView {
int childrenBottom = mBottom - mTop - mListPadding.bottom;
int childCount = getChildCount();
int index;
int index = 0;
int delta = 0;
View sel;