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

Commit 37a1fa7d authored by Hieu Dang's avatar Hieu Dang Committed by Gerrit Code Review
Browse files

Merge "Fix BluetoothOppBatchTest typo"

parents 1fad4ef9 1c19f807
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class BluetoothOppBatch {
     */

    /** register a listener for the batch change */
    public void registerListern(BluetoothOppBatchListener listener) {
    public void registerListener(BluetoothOppBatchListener listener) {
        mListener = listener;
    }

+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch
        mBatch = batch;
        mSession = session;

        mBatch.registerListern(this);
        mBatch.registerListener(this);
        mAdapter = BluetoothAdapter.getDefaultAdapter();

    }