Skip to content

Commit

Permalink
Removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygecko committed Dec 18, 2024
1 parent 9873f9c commit 36d07e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ class PodcastAdapter(
}
holder.binding.bottom.description.setLinkTextColor(tintColor)
holder.binding.bottom.description.readMore(3)
holder.binding.bottom.description.setPadding(0, 0, 0, 0)
holder.binding.bottom.authorText.text = podcast.author
holder.binding.bottom.authorText.isVisible = podcast.author.isNotBlank()
holder.binding.bottom.authorImage.isVisible = podcast.author.isNotBlank()
Expand Down

0 comments on commit 36d07e1

Please sign in to comment.