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

"AnimatorProxy.wrap(mHintTextView).setAlpha()" is dangerous!!! #48

Open
daxiong-- opened this issue Apr 27, 2016 · 1 comment
Open

"AnimatorProxy.wrap(mHintTextView).setAlpha()" is dangerous!!! #48

daxiong-- opened this issue Apr 27, 2016 · 1 comment

Comments

@daxiong--
Copy link

if a Activity or fragment use floatlabelededitext , is unClose in Menory!!!, because, AnimatorProxy static field hold mHintTextView!

@charles-hennge
Copy link

This is actually causing significant memory leaks in the code. I had to remove this library because this issue was causing whole activities/fragments to leak in certain circumstances.

Quick repro:

  1. Add any text field to a fragment hosted in your activity.
  2. Include leak canary in your project
  3. When you run the app, quickly switch between Day and Night mode using the switch in the pull down system menu

Leak Canary will report memory leaks roughly every other time you switch between day mode and night mode.

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

No branches or pull requests

2 participants