BreadcrumbLayout icon indicating copy to clipboard operation
BreadcrumbLayout copied to clipboard

Animation prevents adding more than 2 crumbs at the same time

Open adryx92 opened this issue 7 years ago • 0 comments

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?

adryx92 avatar Jun 05 '17 10:06 adryx92