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

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

am 8cdf4d92: am 6c6d57c6: Merge "Fix focus notification" into gingerbread

Merge commit '8cdf4d92'

* commit '8cdf4d92':
  Fix focus notification
parents 6f4169cb 8cdf4d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7862,6 +7862,7 @@ public class WindowManagerService extends IWindowManager.Stub
                            } catch (RemoteException e) {
                                // Ignore if process has died.
                            }
                            notifyFocusChanged();
                        }

                        if (lastFocus != null) {
@@ -7871,7 +7872,6 @@ public class WindowManagerService extends IWindowManager.Stub
                            } catch (RemoteException e) {
                                // Ignore if process has died.
                            }
                            notifyFocusChanged();
                        }
                    }
                } break;