Loading services/java/com/android/server/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -7858,6 +7858,7 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } if (lastFocus != null) { Loading @@ -7867,7 +7868,6 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } } } break; Loading Loading
services/java/com/android/server/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -7858,6 +7858,7 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } if (lastFocus != null) { Loading @@ -7867,7 +7868,6 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } } } break; Loading