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

Commit 5e7833a5 authored by Konstantin Lopyrev's avatar Konstantin Lopyrev
Browse files

Fix focus notification

Change-Id: I51d73100695ceb70620754a1897ace681a26d839
parent c6dc4570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7858,6 +7858,7 @@ public class WindowManagerService extends IWindowManager.Stub
                            } catch (RemoteException e) {
                                // Ignore if process has died.
                            }
                            notifyFocusChanged();
                        }

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