Skip to content
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

Flipper doesn't clear previous views when used inside a recyclerView #28

Closed
Tsabary opened this issue Oct 30, 2019 · 3 comments
Closed
Assignees
Labels

Comments

@Tsabary
Copy link

Tsabary commented Oct 30, 2019

I've implemented FlipperLayout in part of a layout of items presented in a recyclerView. My problem is that the flipper shows images of other items. I've tried using removeAllViewsInLayout() when binding, and before adding the new views, but now the flipper just remains empty. I've also tried to use clearDisappearingChildren() which didnt help either. Any tips on how to use inside a recyclerview?

@Tsabary Tsabary added the is:bug label Oct 30, 2019
@shahbaz-smpx
Copy link
Contributor

Hi @Tsabary Thank you for reporting this issue, I'll check from my side and update you accordingly

@therealshabi
Copy link
Owner

@Tsabary I request you please update your library to our latest v1.6.0 by adding
implementation 'com.github.technolifestyle:AutoImageFlipper:1.6.0' in your app level build.gradle file. Post that you can refer to this section for your issue https://github.com/therealshabi/AutoImageFlipper#usage-with-the-recyclerview
If you have any other issues, please do tell me

@therealshabi therealshabi self-assigned this Nov 1, 2019
@therealshabi
Copy link
Owner

Since there was no further activity on this issue, I've closed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants