TableView icon indicating copy to clipboard operation
TableView copied to clipboard

is it possible to add a double click event to ITableViewListener ?

Open altagir opened this issue 5 years ago • 2 comments

will it be possible to add

void onCellDoubleClicked(@NonNull ViewHolder var1, int var2, int var3);

altagir avatar May 27 '19 18:05 altagir

This feature has been implemented the project.

So, You need to wait for the next release.

evrencoskun avatar Jan 15 '20 21:01 evrencoskun

@evrencoskun I noticed an issue in the double click feature. I submitted a fix in #299

MGaetan89 avatar Mar 29 '20 14:03 MGaetan89