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

Commit a58f9d55 authored by Shrijana Ghimire's avatar Shrijana Ghimire Committed by android-build-merger
Browse files

Merge "docs: Fixed typos in AdapterView Javadoc." into pi-dev

am: 9ef41ccf

Change-Id: I03291b3758127de3bfef480a6561930f5901014c
parents f7341671 9ef41ccf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {

    /**
     * @return The callback to be invoked with an item in this AdapterView has
     *         been clicked, or null id no callback has been set.
     *         been clicked, or null if no callback has been set.
     */
    @Nullable
    public final OnItemClickListener getOnItemClickListener() {
@@ -365,7 +365,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {

    /**
     * @return The callback to be invoked with an item in this AdapterView has
     *         been clicked and held, or null id no callback as been set.
     *         been clicked and held, or null if no callback has been set.
     */
    public final OnItemLongClickListener getOnItemLongClickListener() {
        return mOnItemLongClickListener;