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

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

Merge "Fix BluetoothOppBatchTest typo" am: 37a1fa7d

parents 43985b25 37a1fa7d
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();

    }