We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The decoview misbehaves within a RecyclerView , the same view gets repeated without creating a new object for the viewholder.
The text was updated successfully, but these errors were encountered:
I don't know if it is related but it really misbehaves when one seriesItem is thicker than the other. This happens after scrolling down and up again:
Purple one is 8 dp, gray one is 6dp. Purple one is added first. The actual endPosition is 0. There are values like 20, 84 etc on the dataset.
note: executeReset() did the job
Sorry, something went wrong.
I have the same issue. The 5th object in recycler view creates the duplicate of 0th position object.
@osrl @AdityaChaudhary @droidraja is there any sample code for DecoView chart implemented on a recycler view? Big help!
No branches or pull requests
The decoview misbehaves within a RecyclerView , the same view gets repeated without creating a new object for the viewholder.
The text was updated successfully, but these errors were encountered: