Loading services/core/java/com/android/server/wm/Task.java +2 −8 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ class Task extends TaskFragment { */ ActivityRecord mChildPipActivity; boolean mLastSurfaceShowing = true; boolean mLastSurfaceShowing; /** * Tracks if a back gesture is in progress. Loading Loading @@ -4197,13 +4197,7 @@ class Task extends TaskFragment { @Override boolean showSurfaceOnCreation() { if (mCreatedByOrganizer) { // Tasks created by the organizer are default visible because they can synchronously // update the leash before new children are added to the task. return true; } // Organized tasks handle their own surface visibility return !canBeOrganized(); return false; } @Override Loading Loading
services/core/java/com/android/server/wm/Task.java +2 −8 Original line number Diff line number Diff line Loading @@ -609,7 +609,7 @@ class Task extends TaskFragment { */ ActivityRecord mChildPipActivity; boolean mLastSurfaceShowing = true; boolean mLastSurfaceShowing; /** * Tracks if a back gesture is in progress. Loading Loading @@ -4197,13 +4197,7 @@ class Task extends TaskFragment { @Override boolean showSurfaceOnCreation() { if (mCreatedByOrganizer) { // Tasks created by the organizer are default visible because they can synchronously // update the leash before new children are added to the task. return true; } // Organized tasks handle their own surface visibility return !canBeOrganized(); return false; } @Override Loading