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

Commit a2af03f8 authored by Adam Powell's avatar Adam Powell
Browse files

Fix SDK build - bad @link

Change-Id: Ic8831c94ae0c89d6ccc08a21f399cdd3ffba0bb2
parent 2b342f0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1461,7 +1461,7 @@
             If true, touch events may be dispatched to multiple children.
             MotionEvents for each pointer will be dispatched to the child
             view where the initial ACTION_DOWN event happened.
             See {@link android.view.ViewGroup#setSplitMotionEvents(boolean)}
             See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)}
             for more information. -->
        <attr name="splitMotionEvents" format="boolean" />
    </declare-styleable>