Loading services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -3133,7 +3133,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP /** Checks whether the process hosting this window is currently alive. */ boolean isAlive() { return mClient.asBinder().isBinderAlive(); return !mSession.isClientDead(); } void sendAppVisibilityToClients() { Loading Loading
services/core/java/com/android/server/wm/WindowState.java +1 −1 Original line number Diff line number Diff line Loading @@ -3133,7 +3133,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP /** Checks whether the process hosting this window is currently alive. */ boolean isAlive() { return mClient.asBinder().isBinderAlive(); return !mSession.isClientDead(); } void sendAppVisibilityToClients() { Loading