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

Commit 7b5b70a0 authored by Yigit Boyar's avatar Yigit Boyar Committed by android-build-merger
Browse files

Resolve ListView children\\'s RTL properties when added am: 4d827aaf

am: b3c380ac

Change-Id: Ib9c228c4af6385b0c662a620f8f62e1e6aaeeb52
parents 0148e5e9 b3c380ac
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) {