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

Commit ce003478 authored by Lucy Chang's avatar Lucy Chang Committed by Android (Google) Code Review
Browse files

Merge "Clear data after calling ViewGroup#buildOrderedChildList" into sc-dev

parents b7fd9a78 73590c77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10367,6 +10367,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                        for (int i = 0; i < childDrawIndex; i++) {
                            drawingOrderInParent += numViewsForAccessibility(preorderedList.get(i));
                        }
                        preorderedList.clear();
                    } else {
                        final int childIndex = parentGroup.indexOfChild(viewAtDrawingLevel);
                        final boolean customOrder = parentGroup.isChildrenDrawingOrderEnabled();