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

Commit 6f07cc84 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Rebind transient state views when available" into klp-dev

parents f55cf7fc f9736d3b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2231,11 +2231,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
        View scrapView;

        scrapView = mRecycler.getTransientStateView(position);
        if (scrapView != null) {
            return scrapView;
        }

        if (scrapView == null) {
            scrapView = mRecycler.getScrapView(position);
        }

        View child;
        if (scrapView != null) {