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

Commit 8c04cd04 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 341666c4: Merge "Fix sync problem in NsdManager" into jb-mr2-dev

* commit '341666c4':
  Fix sync problem in NsdManager
parents 664f785e 341666c4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -306,10 +306,9 @@ public final class NsdManager {
            switch (message.what) {
                case AsyncChannel.CMD_CHANNEL_HALF_CONNECTED:
                    mAsyncChannel.sendMessage(AsyncChannel.CMD_CHANNEL_FULL_CONNECTION);
                    mConnected.countDown();
                    break;
                case AsyncChannel.CMD_CHANNEL_FULLY_CONNECTED:
                    // Ignore
                    mConnected.countDown();
                    break;
                case AsyncChannel.CMD_CHANNEL_DISCONNECTED:
                    Log.e(TAG, "Channel lost");