Loading services/core/java/com/android/server/wm/TaskFragment.java +1 −3 Original line number Diff line number Diff line Loading @@ -2046,9 +2046,7 @@ class TaskFragment extends WindowContainer<WindowContainer> { if (shouldStartChangeTransition(mTmpPrevBounds)) { initializeChangeTransition(mTmpPrevBounds); } if (mTaskFragmentOrganizer != null) { } else if (mTaskFragmentOrganizer != null) { // Update the surface position here instead of in the organizer so that we can make sure // it can be synced with the surface freezer. updateSurfacePosition(getSyncTransaction()); Loading Loading
services/core/java/com/android/server/wm/TaskFragment.java +1 −3 Original line number Diff line number Diff line Loading @@ -2046,9 +2046,7 @@ class TaskFragment extends WindowContainer<WindowContainer> { if (shouldStartChangeTransition(mTmpPrevBounds)) { initializeChangeTransition(mTmpPrevBounds); } if (mTaskFragmentOrganizer != null) { } else if (mTaskFragmentOrganizer != null) { // Update the surface position here instead of in the organizer so that we can make sure // it can be synced with the surface freezer. updateSurfacePosition(getSyncTransaction()); Loading