Loading services/core/java/com/android/server/wm/BackNavigationController.java +4 −3 Original line number Diff line number Diff line Loading @@ -1366,8 +1366,6 @@ class BackNavigationController { ? task.getSurfaceControl() : mAdaptors[0].mTarget.getSurfaceControl()); } // remove starting surface. mStartingSurface = null; } } Loading @@ -1384,9 +1382,12 @@ class BackNavigationController { .removeWindowlessStartingSurface(mRequestedStartingSurfaceId, !openTransitionMatch); mRequestedStartingSurfaceId = INVALID_TASK_ID; if (mStartingSurface != null && mStartingSurface.isValid()) { mStartingSurface.release(); mStartingSurface = null; } } } private static class BackWindowAnimationAdaptor implements AnimationAdapter { SurfaceControl mCapturedLeash; Loading Loading
services/core/java/com/android/server/wm/BackNavigationController.java +4 −3 Original line number Diff line number Diff line Loading @@ -1366,8 +1366,6 @@ class BackNavigationController { ? task.getSurfaceControl() : mAdaptors[0].mTarget.getSurfaceControl()); } // remove starting surface. mStartingSurface = null; } } Loading @@ -1384,9 +1382,12 @@ class BackNavigationController { .removeWindowlessStartingSurface(mRequestedStartingSurfaceId, !openTransitionMatch); mRequestedStartingSurfaceId = INVALID_TASK_ID; if (mStartingSurface != null && mStartingSurface.isValid()) { mStartingSurface.release(); mStartingSurface = null; } } } private static class BackWindowAnimationAdaptor implements AnimationAdapter { SurfaceControl mCapturedLeash; Loading