android/ipc/Client.java: call connectSync.notify().

This commit is contained in:
Lubosz Sarnecki 2020-11-11 15:14:26 +01:00
parent da68bf502b
commit 144a5751f6

View file

@ -187,6 +187,7 @@ public class Client implements ServiceConnection {
} }
synchronized (connectSync) { synchronized (connectSync) {
fd = ours; fd = ours;
connectSync.notify();
} }
} }