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

Commit ce69d433 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Make IRemoteAnimationFinishedCallback oneway"

parents e5734f23 4d28f3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ package android.view;
 * @see IRemoteAnimationRunner
 * {@hide}
 */
interface IRemoteAnimationFinishedCallback {
oneway interface IRemoteAnimationFinishedCallback {
    @UnsupportedAppUsage
    void onAnimationFinished();
}