Skip to content
Snippets Groups Projects
Commit 6e9bbee1 authored by Jean-Marie Place's avatar Jean-Marie Place
Browse files

remove TODOs

parent a04f884b
Branches
Tags
No related merge requests found
......@@ -35,12 +35,11 @@ public class MainActivity extends AppCompatActivity {
@Override
public void onBindViewHolder(@NonNull ParticipantViewHolder holder, int position) {
Participant participant = model.getParticipant(position);
// TODO Q2
}
@Override
public int getItemCount() {
return 0; // TODO Q2a
return 0;
}
}
public class ParticipantViewHolder extends RecyclerView.ViewHolder {
......@@ -70,7 +69,6 @@ public class MainActivity extends AppCompatActivity {
}
private void refresh() {
model.computeBalance();
// TODO Q1
ui.ParticipantList.getAdapter().notifyDataSetChanged();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment