We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, great job but i found a bug. When you set a setAnimationDuration it only apply to close event.
The reason is because MenuAdapter constructor is setting the mAnimationDurationMilis default (100) before the setAnimationDuration has called
;-)
The text was updated successfully, but these errors were encountered:
Hi, thank you very much, I'll check it.
Sorry, something went wrong.
Fixed in new 1.0.5 version. Commit: b3e48a9 You can find changelog in the readme: https://github.com/Yalantis/Context-Menu.Android/blob/master/README.md
1.0.5
changelog
readme
No branches or pull requests
Hi, great job but i found a bug.
When you set a setAnimationDuration it only apply to close event.
The reason is because MenuAdapter constructor is setting the mAnimationDurationMilis default (100) before the setAnimationDuration has called
;-)
The text was updated successfully, but these errors were encountered: