set On item click listener
Closed this issue · 2 comments
mneckoee commented
Hi, thanks for your widget.
I set OnClickListener but doesn't work.
in RecentsList.java:
card.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // do something here } } });
Deleted user commented
whats the solution,i am also not able to set on click listener in card ,please let me know if you find anything.
ZieIony commented
It was a bug in RecentsList. I just added onItemClickListener and fixed the issue with passing touches.