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

Commit b3c380ac 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

Change-Id: I7ec85d33656cd1c7246c844e87143dcf3f4af57d
parents fa4ddfba 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) {