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

Commit 5994359f authored by Chris Tate's avatar Chris Tate
Browse files

Be sure to hold the window manager lock around *Lw() methods

Change-Id: Ia0271df34b084bf1d3dc39373dd66b6afe96c379
parent 26b6df74
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -804,7 +804,9 @@ public class WindowManagerService extends IWindowManager.Stub

                        // stop intercepting input
                        mDragState.unregister();
                        synchronized (mWindowMap) {
                            mInputMonitor.updateInputWindowsLw();
                        }

                        // free our resources and drop all the object references
                        mDragState.reset();