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

Commit c72dab48 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2752079



Change-Id: I62702a8df610b25a96e6dfa1b1344bdb057d95c4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 90454dda d4da63fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4427,7 +4427,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);