Loading core/java/android/widget/AbsListView.java +1 −8 Original line number Diff line number Diff line Loading @@ -913,14 +913,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te mCheckedIdStates = new LongSparseArray<Integer>(); } } if (mCheckStates != null) { mCheckStates.clear(); } if (mCheckedIdStates != null) { mCheckedIdStates.clear(); } clearChoices(); } /** Loading Loading
core/java/android/widget/AbsListView.java +1 −8 Original line number Diff line number Diff line Loading @@ -913,14 +913,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te mCheckedIdStates = new LongSparseArray<Integer>(); } } if (mCheckStates != null) { mCheckStates.clear(); } if (mCheckedIdStates != null) { mCheckedIdStates.clear(); } clearChoices(); } /** Loading