updated About text

This commit is contained in:
Juha Heinanen
2018-06-13 11:58:38 +03:00
parent b7cb2b7c47
commit fbf454dfb8
2 changed files with 9 additions and 4 deletions
@@ -14,7 +14,7 @@ class AboutActivity : AppCompatActivity() {
setContentView(R.layout.activity_about)
val aboutView = findViewById(R.id.aboutText) as TextView
aboutView.isEnabled = false
aboutView.text = getString(R.string.aboutText)
aboutView.text = getText(R.string.aboutText)
}
override fun onOptionsItemSelected(item: MenuItem): Boolean {