You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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, theanimating
flag value is true and it returns.How can I solve this?
The text was updated successfully, but these errors were encountered: