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

Commit 5412ba1c authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

resolved conflicts for merge of 8794c80d to master

Change-Id: I61313a3dd4cd0bcbf04c16dc17996a997b43fe0c
parents b2de7c6d 8794c80d
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
@@ -3714,8 +3714,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
            childHasTransientStateChanged(view, false);
        }

        view.resetRtlProperties();

        needGlobalAttributesUpdate(false);

        removeFromArray(index);
@@ -5459,21 +5457,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
     */