change message

This commit is contained in:
tateisu 2023-07-11 09:52:57 +09:00
parent 6ac8545b58
commit f7d079eef1
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ class PostImpl(
val e = result.error
error(
when {
e.isNullOrBlank() -> "(missing result.error)"
e.isNullOrBlank() -> "(missing error detail)"
e.contains("HTTP 404") ->
"$e\n${activity.getString(R.string.post_404_desc)}"