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

bug with addItem #280

Closed
wekin opened this issue May 10, 2017 · 6 comments
Closed

bug with addItem #280

wekin opened this issue May 10, 2017 · 6 comments
Assignees
Labels
Milestone

Comments

@wekin
Copy link

wekin commented May 10, 2017

if add position less then firstVisiblePosition, the viewType is error

@wekin
Copy link
Author

wekin commented May 10, 2017

"... add: 7" is position to add, but it getItemViewType for position 70
getItemViewType add: 7
getItemViewType: 70

getItemViewType add: 8
getItemViewType: 113

@thagikura
Copy link
Contributor

Hi @wekin,

Sorry, the issue wasn't clear do you have a example project to share that can reproduce the issue?

@wekin
Copy link
Author

wekin commented Jun 8, 2017

@thagikura
FlexboxLayoutManager is not support multiType for adapter well;
it is easy to get error type for a invisible position to add a item;

@wekin
Copy link
Author

wekin commented Jun 8, 2017

@thagikura
Copy link
Contributor

Hi @wekin,

Thanks creating the example project!
Now I'm able to reproduce the issue.

I'll take a look.

@thagikura
Copy link
Contributor

Should be fixed by #311

@thagikura thagikura added this to the 0.3.0 milestone Jun 19, 2017
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

2 participants