Loading services/core/java/com/android/server/wm/RootWindowContainer.java +5 −1 Original line number Diff line number Diff line Loading @@ -2158,7 +2158,11 @@ class RootWindowContainer extends WindowContainer<DisplayContent> organizedTf.mClearedTaskFragmentForPip = true; } if (isPip2ExperimentEnabled()) { transitionController.collectExistenceChange(rootTask); } else { transitionController.collect(rootTask); } if (transitionController.isShellTransitionsEnabled()) { // set mode NOW so that when we reparent the activity, it won't be resumed. Loading Loading
services/core/java/com/android/server/wm/RootWindowContainer.java +5 −1 Original line number Diff line number Diff line Loading @@ -2158,7 +2158,11 @@ class RootWindowContainer extends WindowContainer<DisplayContent> organizedTf.mClearedTaskFragmentForPip = true; } if (isPip2ExperimentEnabled()) { transitionController.collectExistenceChange(rootTask); } else { transitionController.collect(rootTask); } if (transitionController.isShellTransitionsEnabled()) { // set mode NOW so that when we reparent the activity, it won't be resumed. Loading