Merge "clearChoices when setting AbsListView adapters."

This commit is contained in:
Sumir Kataria
2017-07-12 20:06:17 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}
/**