evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Multiple calls to the changeCellItem() method result in StackOverflowError: stack size 8MB #133

Open wj031323 opened 6 years ago

wj031323 commented 6 years ago

in your demo qq 20180613172001

wj031323 commented 6 years ago

After multiple clicks, an error occurred after sliding left and right

evrencoskun commented 6 years ago

Thanks for the bug report. I have been just fixed this problem.

CCCCauchy commented 5 years ago

Why recall mGestureDetector.onTouchEvent(e) at clickAction? Can i change the code like this ? image image