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

Commit 3dcb2b65 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cancel bonding upon back gesture." into tm-dev

parents b1613b21 78765b0b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -82,6 +82,12 @@ public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment i
        return mDialog;
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
        mPairingController.onCancel();
    }

    @Override
    public void beforeTextChanged(CharSequence s, int start, int count, int after) {
    }