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

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

Don't call property getters during initialization.

Fixes: 274967902

A robustness was added to AnimatorSet initialization where
property values could be queried while initializing an
AnimatorSet so that it could handle an edge case where AnimatorSets had
cross-talk in their child animators (two sets playing together
have childr animators that animate the same value). However,
some clients will crash when a property value is requested during
the initialization, so that feature was rolled back.

Test: new test, existing animation CTS and APCT
Change-Id: Iba6e41d57fab80fb30beda8438c3c202477e1166
parent 5e0aec22
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