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

Commit 6b497a04 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

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

* commit '4b7c1cac':
  Fixing possible race condition.
parents c4dfa998 4b7c1cac
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;