mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
android/ipc/Client.java: call connectSync.notify().
This commit is contained in:
parent
da68bf502b
commit
144a5751f6
|
@ -187,6 +187,7 @@ public class Client implements ServiceConnection {
|
|||
}
|
||||
synchronized (connectSync) {
|
||||
fd = ours;
|
||||
connectSync.notify();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue