Correct not check boxes
This commit is contained in:
parent
8e3e1dd615
commit
1c7386e24b
@ -34,7 +34,7 @@ class PdfUtils private constructor(
|
|||||||
|
|
||||||
// Adding data
|
// Adding data
|
||||||
if (setFieldsData(acroForm, attestation)) {
|
if (setFieldsData(acroForm, attestation)) {
|
||||||
// setCheckboxFields(acroForm, attestation)
|
setCheckboxFields(acroForm, attestation)
|
||||||
addPageWithQrCode(document, attestation)
|
addPageWithQrCode(document, attestation)
|
||||||
|
|
||||||
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")
|
Log.v("PdfUtils", "Save File to ${getPath(attestation.createAt)}")
|
||||||
|
Loading…
Reference in New Issue
Block a user