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

Commit d4da63fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents bcb11acc 89eb28dd
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);