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

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

Merge "resolved conflicts for merge of 8794c80d to master"

parents 01a9adde 5412ba1c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -11853,8 +11853,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        mCurrentAnimation = null;
        resetRtlProperties();
        onRtlPropertiesChanged(LAYOUT_DIRECTION_DEFAULT);
        resetAccessibilityStateChanged();
    }
+0 −17
Original line number Diff line number Diff line
@@ -3713,8 +3713,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
            childHasTransientStateChanged(view, false);
        }

        view.resetRtlProperties();

        needGlobalAttributesUpdate(false);

        removeFromArray(index);
@@ -5458,21 +5456,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        }
    }

    /**
     * @hide
     */
    @Override
    public void resetRtlProperties() {
        super.resetRtlProperties();
        int count = getChildCount();
        for (int i = 0; i < count; i++) {
            final View child = getChildAt(i);
            if (child.isLayoutDirectionInherited()) {
                child.resetRtlProperties();
            }
        }
    }

    /**
     * @hide
     */