- Removed unnecessary string conversions.

This commit is contained in:
Juha Heinanen
2019-05-08 13:53:32 +03:00
parent adbf62ad7d
commit 64d96a10d7
4 changed files with 5 additions and 6 deletions
@@ -430,7 +430,7 @@ class AccountActivity : AppCompatActivity() {
}
findViewById(R.id.DefaultTitle) as TextView -> {
Utils.alertView(this, getString(R.string.default_account),
getText(R.string.default_account_help).toString())
getString(R.string.default_account_help))
}
}
}