show the version at About section too

This commit is contained in:
tibbi 2022-12-18 10:04:21 +01:00
parent 32dec3bd61
commit 2acb599106

View file

@ -416,6 +416,7 @@ class AboutActivity : BaseSimpleActivity() {
val fullVersion = String.format(getString(R.string.version_placeholder, version))
about_item_label.text = fullVersion
about_item_label.setTextColor(textColor)
about_other_layout.addView(this)
setOnClickListener {
if (firstVersionClickTS == 0L) {