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

Commit 215dcb1c authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fire view removed event *after* a View is removed"

parents 8e0d7bce 6fb05630
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3716,8 +3716,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager

        view.resetRtlProperties();

        onViewRemoved(view);

        needGlobalAttributesUpdate(false);

        removeFromArray(index);
@@ -3730,6 +3728,8 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        if (view.isAccessibilityFocused()) {
            view.clearAccessibilityFocus();
        }

        onViewRemoved(view);
    }

    /**