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

Commit 4b7c1cac authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am bb2e1ef8: Merge "Fixing possible race condition."

* commit 'bb2e1ef8':
  Fixing possible race condition.
parents d2a99617 bb2e1ef8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -522,10 +522,9 @@ public class WindowManagerService extends IWindowManager.Stub
                } catch (InterruptedException e) {
                }
            }
        }

            return thr.mService;
        }
    }

    static class WMThread extends Thread {
        WindowManagerService mService;