jun hamington
06/06/2022, 4:02 AMbinding.run {
btnSelectPhoto.setOnClickListener {
getContent.launch("image/*")
}
}
I have binding between the classes, and I thought if I put this, then I could open the gallery and pick images, but it does not work.
Is there any way to figure the problem out?