ZieIony / MaterialRecents

Lollipop's Recents container
Apache License 2.0
494 stars 113 forks source link

set On item click listener #6

Closed mneckoee closed 8 years ago

mneckoee commented 8 years ago

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 } } });

ghost commented 8 years ago

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 8 years ago

It was a bug in RecentsList. I just added onItemClickListener and fixed the issue with passing touches.