Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b935e84 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Iead0d4d8 into eclair-mr2

* changes:
  Fix the build when ViewDebug.TRACE_RECYCLER is set to true.
parents a41e0680 ead0d4d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;