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

Commit 586c7e26 authored by Yigit Boyar's avatar Yigit Boyar Committed by android-build-merger
Browse files

List all methods that change data in the docs am: 42c69b9c am: 7e6fdaab

am: 93f130e2

Change-Id: Id95fff602b22d376cfd81fbafdc22fac376a644c
parents 43cbb6bd 93f130e2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -312,10 +312,10 @@ public class ArrayAdapter<T> extends BaseAdapter implements Filterable, ThemedSp
    }

    /**
     * Control whether methods that change the list ({@link #add},
     * {@link #insert}, {@link #remove}, {@link #clear}) automatically call
     * {@link #notifyDataSetChanged}.  If set to false, caller must
     * manually call notifyDataSetChanged() to have the changes
     * Control whether methods that change the list ({@link #add}, {@link #addAll(Collection)},
     * {@link #addAll(Object[])}, {@link #insert}, {@link #remove}, {@link #clear},
     * {@link #sort(Comparator)}) automatically call {@link #notifyDataSetChanged}.  If set to
     * false, caller must manually call notifyDataSetChanged() to have the changes
     * reflected in the attached view.
     *
     * The default is true, and calling notifyDataSetChanged()