diff options
| author | 2017-03-03 01:17:01 +0000 | |
|---|---|---|
| committer | 2017-03-03 01:17:04 +0000 | |
| commit | 2e65f7c4e37532f8fe2047a1d8c5636b8599f4db (patch) | |
| tree | 76e8c51b49477cf99bb06f748814ccee03e67edc | |
| parent | 115d2dbf9313a02be01cbef0df966741186ed79b (diff) | |
| parent | 1c6d32ab10639e7f92c7193e2674b29146f99b52 (diff) | |
Merge "Revert "Correct dissapearing SurfaceView during exit animations.""
| -rw-r--r-- | services/core/java/com/android/server/wm/WindowState.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/services/core/java/com/android/server/wm/WindowState.java b/services/core/java/com/android/server/wm/WindowState.java index 48060686a1de..6d572d78b9d7 100644 --- a/services/core/java/com/android/server/wm/WindowState.java +++ b/services/core/java/com/android/server/wm/WindowState.java @@ -1532,13 +1532,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP return changed; } - // Next up we will notify the client that it's visibility has changed. - // We need to prevent it from destroying child surfaces until - // the animation has finished. - if (!visible && isVisibleNow()) { - mWinAnimator.detachChildren(); - } - if (visible != isVisibleNow()) { if (!runningAppAnimation) { final AccessibilityController accessibilityController = |