We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c570669 commit 85fbca2Copy full SHA for 85fbca2
1 file changed
README.md
@@ -56,11 +56,11 @@ Inside `onPostResponse(openGraphResult: OpenGraphResult)` you can use the data t
56
57
override fun onPostResponse(openGraphResult: OpenGraphResult) {
58
linkPreviewLayout.apply {
59
- Glide.with(this@ChannelActivity).load(openGraphResult.image).into(linkImage)
60
- linkTitle.text = openGraphResult.title
61
- linkDescription.text = openGraphResult.description
62
- website.text = openGraphResult.siteName
63
- }}
+ Glide.with(this@ChannelActivity).load(openGraphResult.image).into(linkImage)
+ linkTitle.text = openGraphResult.title
+ linkDescription.text = openGraphResult.description
+ website.text = openGraphResult.siteName
+ }}
64
65
66
# Contributions
0 commit comments