Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
show text
Browse files Browse the repository at this point in the history
  • Loading branch information
benz-ubique committed Sep 15, 2022
1 parent 211383e commit cfd2871
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class HomeFragment : Fragment() {
val languageKey = getString(R.string.language_key)
val title = configModel.getCovidCertificateNewsText(languageKey)
if (!title.isNullOrBlank()) {
binding.covidCertificateInfo.text = title
binding.covidCertificateInfo.isVisible = true
binding.covidCertificateInfo.setOnClickListener {
showNewsDialog(configModel)
Expand Down

0 comments on commit cfd2871

Please sign in to comment.