ErrorActivity use normal \n instead of \\n in resource strings

This commit is contained in:
Yevhen Babiichuk (DustDFG) 2026-02-11 16:54:00 +02:00
parent 8d45b6b8c9
commit 54090ca7b6
74 changed files with 73 additions and 74 deletions

View file

@ -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" +