Loading services/core/java/com/android/server/wm/RootWindowContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,7 @@ class RootWindowContainer extends WindowContainer<DisplayContent> { wallpaperDestroyed = true; } win.destroySurfaceUnchecked(); win.mWinAnimator.destroyPreservedSurfaceLocked(); } while (i > 0); mService.mDestroySurface.clear(); } Loading Loading
services/core/java/com/android/server/wm/RootWindowContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -692,6 +692,7 @@ class RootWindowContainer extends WindowContainer<DisplayContent> { wallpaperDestroyed = true; } win.destroySurfaceUnchecked(); win.mWinAnimator.destroyPreservedSurfaceLocked(); } while (i > 0); mService.mDestroySurface.clear(); } Loading