Skip to content

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

@adryx92

Description

@adryx92

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions