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

Commit c3efc6c6 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8898478 from 221c09d8 to tm-d1-release

Change-Id: Iac654c4ea86dcea58e543fe172b02a13fa2fc833
parents 0ec7c4a2 221c09d8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -86,10 +86,14 @@ public class BluetoothPairingDialogFragment extends InstrumentedDialogFragment i
    @Override
    public void onDestroy() {
        super.onDestroy();
        if (mPairingController.getDialogType()
                != BluetoothPairingController.DISPLAY_PASSKEY_DIALOG) {
            /* Cancel pairing unless explicitly accepted by user */
            if (!mPositiveClicked) {
                mPairingController.onCancel();
            }
        }
    }

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