Correct not check boxes

This commit is contained in:
Mathieu Sanchez 2020-11-28 10:34:24 +01:00
parent 8e3e1dd615
commit 1c7386e24b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class PdfUtils private constructor(
// Adding data
if (setFieldsData(acroForm, attestation)) {
// setCheckboxFields(acroForm, attestation)
setCheckboxFields(acroForm, attestation)
addPageWithQrCode(document, attestation)
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")