Loading services/java/com/android/server/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -7862,6 +7862,7 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } if (lastFocus != null) { Loading @@ -7871,7 +7872,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 @@ -7862,6 +7862,7 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } if (lastFocus != null) { Loading @@ -7871,7 +7872,6 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } notifyFocusChanged(); } } } break; Loading