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

Commit c5dfcc89 authored by Chris Li's avatar Chris Li Committed by Automerger Merge Worker
Browse files

Merge "Polish ActivityEmbedding Shell animation when open a split pair" into...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19998335



Change-Id: Ie938334311eda06cee74ed0aff2e0de7189c810b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5d3c0e31 fcfa5004
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())) {