ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 239 forks source link

OnLongClick bug #164

Closed LeonardoEmili closed 3 years ago

LeonardoEmili commented 6 years ago

I manage to show an activity whenever a row is clicked but when I long click a row it happens that the row makes himself really thin, just like it disappers. How can I avoid it? If you need more info please ask and I will comment again. Thanks

p.s. Great Library!

ISchwarz23 commented 6 years ago

Hi @leoemili,

could you please share the code you execute on click and on long-click?

Best regards, Ingo