Skip to content

Commit

Permalink
todo-done: Already extended
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Feb 3, 2021
1 parent 4bd4f86 commit dfedb84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void onBindViewHolder(@NonNull final ViewHolder holder, final int positio
Log.d(TAG, "onBindViewHolder: called.");
SketchwareProjectChanges item = datas.get(position);

// TODO: EXTEND THIS
holder.project_name.setText(item.before.metadata.project_name);
holder.project_details.setText(item.before.metadata.project_package + " (" + item.before.metadata.id + ")");

Expand Down

0 comments on commit dfedb84

Please sign in to comment.