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

Commit aca31980 authored by Hieu Dang's avatar Hieu Dang Committed by Automerger Merge Worker
Browse files

Merge "Fix BluetoothOppBatchTest typo" am: 37a1fa7d am: 7dd10c91

parents bd08afd5 7dd10c91
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();

    }