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

Commit 432ab6ac authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 6b497a04: am 4b7c1cac: am bb2e1ef8: Merge "Fixing possible race condition."

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

            return thr.mService;
        }
    }

    static class WMThread extends Thread {
        WindowManagerService mService;