Skip to content

Commit

Permalink
Fetch tag images (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
damontecres authored Feb 18, 2024
1 parent d3aabc6 commit 775c134
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ class TagPresenter(callback: LongClickCallBack<TagData>? = null) :
cardView.contentText = item.description
cardView.setMainImageDimensions(CARD_WIDTH, CARD_HEIGHT)

// TODO: fetch image
if (item.image_path != null) {
loadImage(cardView, item.image_path)
}
}

companion object {
Expand Down

0 comments on commit 775c134

Please sign in to comment.