Skip to content

Commit

Permalink
Remove un-needed override.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiao committed Aug 19, 2016
1 parent 763eeac commit f69c243
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ public void onChanged(String newValue) {
ChecklistItem.class, R.layout.view_checklist_item, ChecklistItemHolder.class,
databaseRef) {

@Override
public void onBindViewHolder(ChecklistItemHolder viewHolder, int position) {
super.onBindViewHolder(viewHolder, position);
}

@Override
protected void populateViewHolder(
final ChecklistItemHolder itemHolder, ChecklistItem model, final int position) {
Expand Down

0 comments on commit f69c243

Please sign in to comment.