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

Commit bf1ae415 authored by Sravan voleti's avatar Sravan voleti Committed by android-build-merger
Browse files

Merge "OPP: Fix SDP event receive issue." am: d7c40a70 am: a1e0b173 am: 864046e5

am: 084ad29b

Change-Id: Ie89dd8c9a0978a2bda492dd1f2f3447b784d3a43
parents c20cd224 084ad29b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch
            mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
            return;
        }

        registerConnectionreceiver();
        if (mHandlerThread == null) {
            if (V) {
                Log.v(TAG, "Create handler thread for batch " + mBatch.mId);
@@ -495,7 +495,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch
                startObexSession();
            }
        }
        registerConnectionreceiver();

    }

    /**