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

Commit b218ce58 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'am-ee369445e802497a9044c0f92a7615c8' into nyc-mr1-dev-plus-aosp

* changes:
  Merge \"Resolve ListView children\'s RTL properties when added\" into nyc-mr1-dev am: 93652f20
  Resolve ListView children\'s RTL properties when added am: 4d827aaf
parents 55108ddd 0777a06d
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) {