Use arrow instead of less-than symbol
This commit is contained in:
@@ -566,7 +566,7 @@ class AppDetailsActivity : BaseDetailsActivity() {
|
|||||||
|
|
||||||
if (isUpdatable) {
|
if (isUpdatable) {
|
||||||
B.layoutDetailsApp.txtLine3.text =
|
B.layoutDetailsApp.txtLine3.text =
|
||||||
("$installedVersion > ${app.versionName} (${app.versionCode})")
|
("$installedVersion ➔ ${app.versionName} (${app.versionCode})")
|
||||||
btn.setText(R.string.action_update)
|
btn.setText(R.string.action_update)
|
||||||
btn.addOnClickListener { startDownload() }
|
btn.addOnClickListener { startDownload() }
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user