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

Commit 8b5d5fa8 authored by Pankaj Singh's avatar Pankaj Singh Committed by Android (Google) Code Review
Browse files

Merge "Fix typo by removing extra "the""

parents d0eb9182 399377c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2603,7 +2603,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * It's the responsibility of the caller to recycle it once they're finished with it.
     * @param event The event to transform.
     * @param child The view whose coordinate space is to be used.
     * @return A copy of the the given MotionEvent, transformed into the given View's coordinate
     * @return A copy of the given MotionEvent, transformed into the given View's coordinate
     *         space.
     */
    private MotionEvent getTransformedMotionEvent(MotionEvent event, View child) {