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

Commit 2bf8028a authored by Konstantin Lopyrev's avatar Konstantin Lopyrev Committed by Android Git Automerger
Browse files

am b59b1209: am 321f7fad: Making sure that there is no notification when focus...

am b59b1209: am 321f7fad: Making sure that there is no notification when focus changes from something to nothing.

Merge commit 'b59b1209'

* commit 'b59b1209':
  Making sure that there is no notification when focus changes from something to nothing.
parents 26d7a6df b59b1209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7826,9 +7826,9 @@ public class WindowManagerService extends IWindowManager.Stub
                            } catch (RemoteException e) {
                                // Ignore if process has died.
                            }
                        }
                            notifyFocusChanged();
                        }
                    }
                } break;

                case REPORT_LOSING_FOCUS: {