[2.13.0-arch-opt] renote the versionCodeView to fix bug

This commit is contained in:
zhongchao
2023-02-21 11:01:50 +08:00
parent 1a3080fe84
commit 497573e1d0

View File

@@ -60,7 +60,7 @@ class VersionNameView @JvmOverloads constructor(
@SuppressLint("SetTextI18n")
private fun showCurrentPadVersion() {
tvAppVersionName?.let {
// it.text = "APP:${AppUtils.getAppVersionName()}"
it.text = "APP:${AppUtils.getAppVersionName()}"
}
}