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

Commit f22cf5e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Restore @UnsupportedApiUsage in AnimationListener"

parents 1f2ef22c 02301df2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ public abstract class Animation implements Cloneable {
    /**
     * An animation listener to be notified when the animation starts, ends or repeats.
     */
    @UnsupportedAppUsage
    private AnimationListener mListener;

    /**