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

Commit 274b8c58 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 7b935e84: Merge change Iead0d4d8 into eclair-mr2

Merge commit '7b935e84' into eclair-mr2-plus-aosp

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