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

Commit 341666c4 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix sync problem in NsdManager" into jb-mr2-dev

parents 72f2a7af af2eefb7
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");