show the version at About section too
This commit is contained in:
parent
32dec3bd61
commit
2acb599106
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue