updated About text
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user