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

Commit dfcabffa authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 2624fbca: Fix #2320798: Device hang then runtime restart

Merge commit '2624fbca' into eclair-plus-aosp

* commit '2624fbca':
  Fix #2320798: Device hang then runtime restart
parents 3dadbf3b 2624fbca
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -6011,6 +6011,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        res.offsetLocation(-win.mFrame.left, -win.mFrame.top);
                    }
                }
            }

            if (res != null && returnWhat == RETURN_PENDING_POINTER) {
                synchronized (mWindowMap) {
@@ -6021,7 +6022,6 @@ public class WindowManagerService extends IWindowManager.Stub
                    }
                }
            }
            }

            return res;
        }