Loading services/core/java/com/android/server/wm/RootWindowContainer.java +2 −4 Original line number Diff line number Diff line Loading @@ -612,10 +612,8 @@ class RootWindowContainer extends WindowContainer<DisplayContent> } void refreshSecureSurfaceState() { forAllWindows((w) -> { if (w.mHasSurface) { forAllWindows(w -> { w.setSecureLocked(w.isSecureLocked()); } }, true /* traverseTopToBottom */); } Loading Loading
services/core/java/com/android/server/wm/RootWindowContainer.java +2 −4 Original line number Diff line number Diff line Loading @@ -612,10 +612,8 @@ class RootWindowContainer extends WindowContainer<DisplayContent> } void refreshSecureSurfaceState() { forAllWindows((w) -> { if (w.mHasSurface) { forAllWindows(w -> { w.setSecureLocked(w.isSecureLocked()); } }, true /* traverseTopToBottom */); } Loading