Skip to content

Commit

Permalink
Update app/src/main/java/org/openobservatory/ooniprobe/activity/add_d…
Browse files Browse the repository at this point in the history
…escriptor/AddDescriptorActivity.kt

Co-authored-by: Simone Basso <bassosimone@gmail.com>
  • Loading branch information
aanorbel and bassosimone authored Dec 20, 2023
1 parent 44b4ac5 commit aa702c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AddDescriptorActivity : AbstractActivity() {
@JvmStatic
@BindingAdapter(value = ["resource"])
fun setImageViewResource(imageView: ImageView, iconName: String?) {
/*TODO: Update to parse the icon name and set the correct icon.
/*TODO(aanorbel): Update to parse the icon name and set the correct icon.
* Remember to ignore icons generated when generated doing this.*/
imageView.setImageResource(R.drawable.ooni_empty_state)
}
Expand Down

0 comments on commit aa702c5

Please sign in to comment.