-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with header when refresh and load #110
Comments
Hi @mdtuyen, for the first point, in the current build, I do not have that behavior: ULSItem is marked done in the Singleton and so cannot be displayed anymore, it is added in the The second point, for the moment, I removed the auto-expand in combination with loadMore, ie. all addItems: Developer has to manually expand new items. |
@davideas Thanks for your reply. I want to ask about sticky header in my project after i use new version of FlexibleAdapter Stickyheader have been disable. What is the condition of header to sticky ? enablesticky for Adapter, Header item extend of IHeader or anymore ? And must i put adapter.expand(i) when I add element to position i of adapter to expand that item ? |
Hi @davideas, I want to add some Layout Item to top of recyclerview and them don't change when refresh or load more. What is the best solution to implement it ? |
@mdtuyen, I wrote it in the release note of the snapshot, to avoid the bugs you need to pass also a new paramter For the second question, if the layout remains fixed, it is not part of the RV, therefore the Adapter is not involved it's not an item but a simple layout on the top of the RV. It cannot be otherwise |
With second question I think it is same with header, footer of listview. In your demo, you need re add them when refresh or init data. Is there simpler solution ? |
Yes there is!
|
Adjusted selection flags when removing items. Fixed small bug when restoring items after applying the filter and vice-versa.
I applied new version 7/7/2016 and see:
The text was updated successfully, but these errors were encountered: