Loading libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ActivityEmbeddingAnimationRunner.java +2 −1 Original line number Diff line number Diff line Loading @@ -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())) { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ActivityEmbeddingAnimationRunner.java +2 −1 Original line number Diff line number Diff line Loading @@ -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())) { Loading