BreadcrumbLayout
BreadcrumbLayout copied to clipboard
Animation prevents adding more than 2 crumbs at the same time
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?