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

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

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

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

Merge commit '321f7fad' into gingerbread-plus-aosp

* commit '321f7fad':
  Making sure that there is no notification when focus changes from something to nothing.
parents 246aad12 321f7fad
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: {