Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh-Kedia authored Jul 31, 2021
1 parent 1d5205b commit 59d326e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Inside `onPostResponse(openGraphResult: OpenGraphResult)` you can use the data t
override fun onPostResponse(openGraphResult: OpenGraphResult) {
linkPreviewLayout.apply {
runOnUiThread {
Glide.with(this@ChannelActivity).load(openGraphResult.image).into(linkImage)
linkTitle.text = openGraphResult.title
Glide.with(this@ChannelActivity).load(openGraphResult.image).into(linkImage)
linkTitle.text = openGraphResult.title
linkDescription.text = openGraphResult.description
website.text = openGraphResult.siteName
}
Expand Down

0 comments on commit 59d326e

Please sign in to comment.