Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaker88 committed Jan 21, 2022
1 parent e25d977 commit 22772f0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class MoreDetailGreenCertificate : PopupDialogFragment(), KoinComponent {
certificateIssuerLabel.text =
getText(R.string.green_certificate_certificate_issuer_vaccination)
certificateIssuerLabelExemption.visibility = View.GONE

}
greenCertificateDetail.data?.tests != null -> {
// Inflate layout dynamically
Expand Down Expand Up @@ -184,7 +183,6 @@ class MoreDetailGreenCertificate : PopupDialogFragment(), KoinComponent {
setTextOrDefault(greenCertificateDetail.data?.tests?.get(0)!!.countryOfVaccination)
certificateIssuerLabel.text = getText(R.string.green_certificate_certificate_issuer)
certificateIssuerLabelExemption.visibility = View.GONE

}
greenCertificateDetail.data?.recoveryStatements != null -> {
// Inflate layout dynamically
Expand Down Expand Up @@ -213,7 +211,6 @@ class MoreDetailGreenCertificate : PopupDialogFragment(), KoinComponent {
entityIssuedCertificate.visibility = View.GONE
validityHealing.text = healing_certificate ?: getString(R.string.green_certificate_validity_healing)
certificateIssuerLabelExemption.visibility = View.GONE

}
greenCertificateDetail.data?.exemptions != null -> {
isExemption = true
Expand Down

0 comments on commit 22772f0

Please sign in to comment.