* commit '6b497a0446ebad24305d5e29d5fd5e65014b9778': Fixing possible race condition.
This commit is contained in:
@ -928,9 +928,8 @@ 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 {
|
||||||
|
Reference in New Issue
Block a user