Use arrow instead of less-than symbol

This commit is contained in:
nwuensche
2022-05-28 10:39:44 +02:00
parent b6d6c2b732
commit 9fef0624f3

View File

@@ -566,7 +566,7 @@ class AppDetailsActivity : BaseDetailsActivity() {
if (isUpdatable) {
B.layoutDetailsApp.txtLine3.text =
("$installedVersion > ${app.versionName} (${app.versionCode})")
("$installedVersion ${app.versionName} (${app.versionCode})")
btn.setText(R.string.action_update)
btn.addOnClickListener { startDownload() }
} else {