Image click is not working everything is fine in my code but still unable to set image click
Here is code:
richText.imageClick { imageUrls, position ->
showMessage("Image Clicked $imageUrls", activity)
val url = imageUrls?.get(position)
if (url != null) {
logDebug(TAG, url)
}
}
Image click is not working everything is fine in my code but still unable to set image click
Here is code:
richText.imageClick { imageUrls, position -> showMessage("Image Clicked $imageUrls", activity) val url = imageUrls?.get(position) if (url != null) { logDebug(TAG, url) } }