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

Commit 8ee2a70f authored by Robert Ly's avatar Robert Ly
Browse files

change onEnd() to withEndAction() in javadocs

Change-Id: Ic9a04bf86d62249b47dc654052d58797dfc3990c
parent 9b7cb6f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ public class ViewPropertyAnimator {
     *             view.animate().x(0);
     *         }
     *     };
     *     view.animate().x(200).onEnd(endAction);
     *     view.animate().x(200).withEndAction(endAction);
     * </pre>
     *
     * @param runnable The action to run when the next animation ends.