Skip to content

Commit

Permalink
Added TODO #172
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Talesra committed Oct 3, 2019
1 parent 398b1e3 commit 0f5b521
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import kotlinx.android.synthetic.main.topic_train_skill_view.view.*
import org.oppia.app.R
import org.oppia.app.databinding.TopicTrainSkillViewBinding

// TODO(#172): Make use of generic data-binding-enabled RecyclerView adapter.
/** Adapter to bind skills to [RecyclerView] inside [TopicTrainFragment]. **/
class SkillSelectionAdapter(
private val skillList: List<String>,
Expand Down

0 comments on commit 0f5b521

Please sign in to comment.