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

Commit 418beb8e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge 351186a4 on remote branch"

parents 8d87add0 7a1dc9cf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6736,8 +6736,10 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                if (mViewTypeCount == 1) {
                    mCurrentScrap.add(scrap);
                } else {
                    if (!mScrapViews[viewType].contains(scrap)) {
                        mScrapViews[viewType].add(scrap);
                    }
                }

                // Clear any system-managed transient state.
                if (scrap.isAccessibilityFocused()) {