Merge "Fixing possible race condition."

This commit is contained in:
Dianne Hackborn
2011-02-06 09:06:35 -08:00
committed by Android Code Review

View File

@@ -522,10 +522,9 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (InterruptedException e) { } catch (InterruptedException e) {
} }
} }
}
return thr.mService; return thr.mService;
} }
}
static class WMThread extends Thread { static class WMThread extends Thread {
WindowManagerService mService; WindowManagerService mService;