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

Commit 93652f20 authored by Yigit Boyar's avatar Yigit Boyar Committed by Android (Google) Code Review
Browse files

Merge "Resolve ListView children's RTL properties when added" into nyc-mr1-dev

parents 5baca592 4d827aaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2050,6 +2050,8 @@ public class ListView extends AbsListView {
                p.recycledHeaderFooter = true;
            }
            addViewInLayout(child, flowDown ? -1 : 0, p, true);
            // add view in layout will reset the RTL properties. We have to re-resolve them
            child.resolveRtlPropertiesIfNeeded();
        }

        if (needToMeasure) {