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

Commit 89eb28dd authored by Ryan Mentley's avatar Ryan Mentley
Browse files

Fix a typo causing the docs to render the "See also" section as "}"

Change-Id: I70df1f30f028a64aded617979006c4eaae036567
parent bcb11acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4400,7 +4400,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * @param drawingPosition the drawing order position.
     * @return the container position of a child for this drawing order position.
     *
     * @see #getChildDrawingOrder(int, int)}
     * @see #getChildDrawingOrder(int, int)
     */
    public final int getChildDrawingOrder(int drawingPosition) {
        return getChildDrawingOrder(getChildCount(), drawingPosition);