Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 321f7fad authored by Konstantin Lopyrev's avatar Konstantin Lopyrev
Browse files

Making sure that there is no notification when focus changes from something to nothing.

Change-Id: Ib8b3bdd7f5dd999c933a017fe1b34263afe38e4a
parent 3d84280c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7822,9 +7822,9 @@ public class WindowManagerService extends IWindowManager.Stub
                            } catch (RemoteException e) {
                                // Ignore if process has died.
                            }
                        }
                            notifyFocusChanged();
                        }
                    }
                } break;

                case REPORT_LOSING_FOCUS: {