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

This commit is contained in:
TreeHugger Robot
2022-05-10 06:31:28 +00:00
committed by Android (Google) 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) {
}