- Removed unnecessary string conversions.
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user