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

Commit f310e889 authored by Doris Liu's avatar Doris Liu
Browse files

Fix build

Change-Id: Ib454858f0fe3eb9171297c2c1ccece33729c487b
parent 3618d30f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import java.util.ArrayList;
 * calculating their values, which makes synchronizing animations possible.
 *
 * The handler uses the Choreographer by default for doing periodic callbacks. A custom
 * {@Link AnimationFrameCallbackProvider} can be set on the handler to provide timing pulse that
 * AnimationFrameCallbackProvider can be set on the handler to provide timing pulse that
 * may be independent of UI frame update. This could be useful in testing.
 *
 * @hide