1 Commits

Author SHA1 Message Date
1c7386e24b Correct not check boxes 2020-11-28 10:34:24 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "fr.sanchezm.attestationsCovid19"
minSdkVersion 23
targetSdkVersion 30
versionCode 11
versionName "2.1.0"
versionCode 10
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

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)}")