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

Commit 53595b16 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

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

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

            return thr.mService;
        }
    }

    static class WMThread extends Thread {
        WindowManagerService mService;