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

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

Merge "OPP: Fix SDP event receive issue." am: d269b3ce

am: 3297226d

Change-Id: Iaa98e6cc351ce9833606b1c04a0d084d3f44f521
parents 62407099 3297226d
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();

    }

    /**