FloatingGroupExpandableListView icon indicating copy to clipboard operation
FloatingGroupExpandableListView copied to clipboard

FloatingGroupView is not cached

Open ekzee opened this issue 10 years ago • 0 comments

Hello!

When GroupView starts to float, convertView passed to the getGroupView method is always null. This affects smoothness of scrolling a lot when View is more complicated then TextView (because it is inflated on each onScroll callback).

ekzee avatar Dec 01 '14 09:12 ekzee