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

Commit d269b3ce authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "OPP: Fix SDP event receive issue."

parents 2a072938 4c0767ba
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();

    }

    /**