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

Commit ed2cfdbf authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 6f07cc84: Merge "Rebind transient state views when available" into klp-dev

* commit '6f07cc84':
  Rebind transient state views when available
parents 32ff8c14 6f07cc84
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) {