We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ef13e commit ee9f790Copy full SHA for ee9f790
testapps/ui_testapp/java/androidx/test/ui/app/ItemListAdapter.java
@@ -61,7 +61,6 @@ public final int getItemViewType(int position) {
61
62
@Override
63
public void onBindViewHolder(ItemViewHolder itemHolder, int position) {
64
- items.get(position);
65
itemHolder.textView.setText(items.get(position));
66
}
67
0 commit comments