Merge change Iead0d4d8 into eclair-mr2
* changes: Fix the build when ViewDebug.TRACE_RECYCLER is set to true.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user