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

Commit 56b5fa0f authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "Cancel bonding upon back gesture." am: 3671fb84

parents 34ca30ad 3671fb84
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) {
    }