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

Animation prevents adding more than 2 crumbs at the same time #3

Open
adryx92 opened this issue Jun 5, 2017 · 0 comments
Open

Animation prevents adding more than 2 crumbs at the same time #3

adryx92 opened this issue Jun 5, 2017 · 0 comments

Comments

@adryx92
Copy link

adryx92 commented Jun 5, 2017

Hi, I'm developing an application that uses this library.

I sometimes need to add more crumbs at the same time and I saw that if I add more than two, the third one and the following are not added.
Debugging the source code I noticed that this happens because , from the second crumb, in the addCrumb(@NonNull Breadcrumb crumb, int position, boolean setSelected) method, the animating flag value is true and it returns.

How can I solve this?

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

No branches or pull requests

1 participant