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

Commit 399377c7 authored by Pankaj Singh's avatar Pankaj Singh
Browse files

Fix typo by removing extra "the"

BUG: 198740909
Test: N/A
Change-Id: I160a435693d61dc18da10725bf416b9af6d291e7
parent e0c09569
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) {