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

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

Fix the build

Change-Id: I4448a0c56c192d3d9f0308bb77301a3f18de6024
parent 8a836a8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1541,7 +1541,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    
    /**
     * Controls the overscroll mode for this view.
     * See {@link #overscrollBy(int, int, int, int, int, int, int, int)},
     * See {@link #overscrollBy(int, int, int, int, int, int, int, int, boolean)},
     * {@link #OVERSCROLL_ALWAYS}, {@link #OVERSCROLL_IF_CONTENT_SCROLLS},
     * and {@link #OVERSCROLL_NEVER}.
     */
@@ -8786,7 +8786,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    }
    
    /**
     * Called by {@link #overscrollBy(int, int, int, int, int, int, int, int)} to
     * Called by {@link #overscrollBy(int, int, int, int, int, int, int, int, boolean)} to
     * respond to the results of an overscroll operation.
     * 
     * @param scrollX New X scroll value in pixels