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

Commit 95362595 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing build breakage due to misnamed javadoc variable.

Change-Id: I883a53107d2c0fcd4544c85811aeaad3fc4f13c2
parent 499cb9f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -803,7 +803,7 @@ public class RemoteViews implements Parcelable, Filter {
     * Equivalent to calling {@link android.widget.AbsListView#smoothScrollToPosition(int, int)}.
     *
     * @param viewId The id of the view whose text should change
     * @param position Scroll by this adapter position offset
     * @param offset Scroll by this adapter position offset
     */
    public void setRelativeScrollPosition(int viewId, int offset) {
        setInt(viewId, "smoothScrollByOffset", offset);