Skip to content

Commit

Permalink
fix: reset revocations flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-95 committed Dec 10, 2021
1 parent 6734573 commit 89fd9e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class VerificationFragment : Fragment(), View.OnClickListener {
CertificateStatus.NOT_EU_DCC -> getString(R.string.certificateNotDCC)
CertificateStatus.NOT_VALID -> {
if (VerificaApplication.isCertificateRevoked && BuildConfig.BUILD_TYPE == "debug") {
VerificaApplication.isCertificateRevoked = false
getString(R.string.certificateRevoked)
} else {
getString(R.string.certificateNonValid)
Expand Down

0 comments on commit 89fd9e0

Please sign in to comment.