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

Commit 161cfef3 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #7363015 Padding is wrong for first item in a ListPopupWindow" into jb-mr1-dev

parents b702e5df a7e0bcd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3383,7 +3383,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        }

        if (child.isLayoutDirectionInherited()) {
            child.resetResolvedLayoutDirection();
            child.resetRtlProperties();
            child.resolveRtlPropertiesIfNeeded();
        }