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

Commit 5a5afe01 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Fix docs build

Change-Id: I9947d53aeb155d98f5194c9789f19aba1f01e4be
parent 04c022f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ public class ValueAnimator extends Animator {
     * set to this fraction; it will simply set the fraction to this value and perform any
     * appropriate actions based on that fraction. If the animation is already running, then
     * setCurrentFraction() will set the current fraction to this value and continue
     * playing from that point. {@link AnimatorListener} events are not called
     * playing from that point. {@link Animator.AnimatorListener} events are not called
     * due to changing the fraction; those events are only processed while the animation
     * is running.
     *