[Autofill Assistant] Fix progress animations.
Before this CL, progress animations worked on debug builds but not on release builds. I suspect that it was because of ProGuard or some other mechanism that stripped away some classes/reflection information previously used by the ObjectAnimators (which only knew about the name of the property to set during the animation). This CL fixes progress animations by defining progress and color properties to use in the ObjectAnimators. Change-Id: Idcfe71e63547672d42bf50274fd838b9efcd48ad Reviewed-on: https://chromium-review.googlesource.com/c/1312477Reviewed-by:Stephane Zermatten <szermatt@chromium.org> Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#604554}
Showing
Please register or sign in to comment