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

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

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

* commit 'ed2cfdbf':
  Rebind transient state views when available
parents a2957bdc ed2cfdbf
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2235,11 +2235,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) {