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

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

am 09f82ec6: am af1255da: resolved conflicts for merge of 2624fbca to eclair-mr2

Merge commit '09f82ec6'

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

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

            return res;
        }