Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
maureenorea-clores committed Sep 19, 2024
1 parent 8f9dede commit 4c6614d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ internal open class InAppMessageBaseView(context: Context, attrs: AttributeSet?)
findViewById<ImageView>(R.id.message_image_view)?.let { imgView ->
if (!this.imageClickBehavior?.uri.isNullOrEmpty()) {
imgView.setOnClickListener(this.listener)
} // For invalid URL, image content will be non-clickable
}
try {
val callback = object : Callback {
override fun onSuccess() {
Expand Down

0 comments on commit 4c6614d

Please sign in to comment.