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

Commit 02301df2 authored by Jelle Fresen's avatar Jelle Fresen
Browse files

Restore @UnsupportedApiUsage in AnimationListener

As long as FragmentManagerImpl in AndroidX is not fixed, we need to keep
this annotation, or FragmentManagerImpl will crash.

Bug: 122893665
Test: atest AnimationTest
Change-Id: I5e21ee5f3ffb4c314ae7b5ea8f32d3880e2f2550
parent f8e7ff91
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;

    /**