onClick method doesnt work #111
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you use a custom layout, then |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
If you use a custom layout, then |
Beta Was this translation helpful? Give feedback.
If you use a custom layout, then
carouselListener
will not work. You should add the click listener to the binding insideonBindViewHolder
.