Merge "Cancel bonding upon back gesture."

This commit is contained in:
Jack He
2022-05-10 00:09:48 +00:00
committed by Gerrit Code Review

View File

@@ -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) {
}