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

Commit fcfa5004 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Polish ActivityEmbedding Shell animation when open a split pair" into tm-qpr-dev

parents e98429bb 228e7e50
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -285,7 +285,8 @@ class ActivityEmbeddingAnimationRunner {
            }

            final Animation animation;
            if (!TransitionInfo.isIndependent(change, info)) {
            if (change.getParent() != null
                    && handledChanges.contains(info.getChange(change.getParent()))) {
                // No-op if it will be covered by the changing parent window.
                animation = ActivityEmbeddingAnimationSpec.createNoopAnimation(change);
            } else if (Transitions.isClosingType(change.getMode())) {