Skip to content

A bug of demo app: animation name isn't updated #18

@luqiming666

Description

@luqiming666

Steps to reproduce:

  1. add an animation;
  2. delete this animation;
  3. add a different animation

End-result: the very first animation name is shown instead of the newly added one.
I created a fix on my forked branch, as below:

public void bindTo(CustomAnimationBody animationBody) {
            binding.getModel().setAnimationBody(animationBody);
            binding.invalidateAll();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions