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

Commit a9d20794 authored by Josh Yang's avatar Josh Yang Committed by Android (Google) Code Review
Browse files

Merge "Allow ActivityOptions remote animation override per-display remote animation."

parents 49f2c7c5 0fd13e84
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -464,7 +464,8 @@ public class AppTransitionController {
        }
        final RemoteAnimationAdapter adapter =
                getRemoteAnimationOverride(animLpActivity, transit, activityTypes);
        if (adapter != null) {
        if (adapter != null
                && mDisplayContent.mAppTransition.getRemoteAnimationController() == null) {
            mDisplayContent.mAppTransition.overridePendingAppTransitionRemote(adapter);
        }
    }