Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stopLayoutAnimation doesn't stop initial animation after a new View creation. #6

Closed
davideas opened this issue Nov 2, 2015 · 1 comment

Comments

@davideas
Copy link
Owner

davideas commented Nov 2, 2015

The idea is that when calling stopLayoutAnimation() the initial animation should not perform anymore, even if after a new View creation.

@davideas davideas added the bug label Nov 2, 2015
@davideas
Copy link
Owner Author

davideas commented Nov 2, 2015

Cause: The initial attribute taken from layout overrides the static attribute.
Solution: new local boolean is created at startup and checked with the global static one.
Fixed for next release 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant