Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 392832f9 authored by George Mount's avatar George Mount
Browse files

Remove WeakReference from ObjectAnimator

Fixes: 212993949

ObjectAnimator was using a WeakReference for the target,
but because it is animated every frame, the WeakReference
can never be collected. This CL removes the unnecessary
WeakReference.

Test: ran existing tests
Change-Id: Id688a62d49c8f3f3c86c63dc70b576629f9f137c
parent 87f82bb9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment