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

Commit 4886d400 authored by Adam Powell's avatar Adam Powell
Browse files

Fix javadoc link for SDK build breakage

parent d0534f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8551,8 +8551,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    /**
     * Scroll the view with standard behavior for scrolling beyond the normal
     * content boundaries. Views that call this method should override
     * {@link #onOverscrolled()} to respond to the results of an overscroll
     * operation.
     * {@link #onOverscrolled(int, int, boolean, boolean)} to respond to the
     * results of an overscroll operation.
     * 
     * Views can use this method to handle any touch or fling-based scrolling.
     *