-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
One thing that happened when I used both CardsLib (Top Colored Material card) with QuickReturn (https://github.com/felipecsl/QuickReturn) is that the app wil crash when I scroll down near the bottom. It's okay when it's still far from the bottom.
This is the warning I got:
You are using generic adapter. Pay attention: your adapter has to call cardArrayAdapter#getView method.
This is how I set the adapter:
listView.setAdapter(mCardArrayAdapter);
listView.setAdapter(new QuickReturnAdapter(mCardArrayAdapter));
I've posted this issue in CardsLib git too:
Metadata
Metadata
Assignees
Labels
No labels