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

Commit 55b29519 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 274b8c58: am 7b935e84: Merge change Iead0d4d8 into eclair-mr2

Merge commit '274b8c58'

* commit '274b8c58':
  Fix the build when ViewDebug.TRACE_RECYCLER is set to true.
parents dd9571f0 274b8c58
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;