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

Commit ead0d4d8 authored by Romain Guy's avatar Romain Guy
Browse files

Fix the build when ViewDebug.TRACE_RECYCLER is set to true.

parent ea4823c1
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;