ErrorActivity use normal \n instead of \\n in resource strings
This commit is contained in:
parent
8d45b6b8c9
commit
54090ca7b6
74 changed files with 73 additions and 74 deletions
|
|
@ -164,7 +164,6 @@ class ErrorActivity : AppCompatActivity() {
|
|||
|
||||
private fun buildInfo(info: ErrorInfo) {
|
||||
binding.errorInfoLabelsView.text = getString(R.string.info_labels)
|
||||
.replace("\\n", "\n")
|
||||
|
||||
val text = info.userAction.message + "\n" +
|
||||
info.request + "\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue