Skip to content

Commit 110cf69

Browse files
Final Changes
1 parent dde0cc3 commit 110cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/findit/ReportLostItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class ReportLostItem : AppCompatActivity() {
448448
// Show error message
449449
Toast.makeText(
450450
this@ReportLostItem,
451-
"Error: ${response.errorBody()?.string() ?: "Unknown error"}",
451+
"Image is not safe for work ⚠️",
452452
Toast.LENGTH_LONG
453453
).show()
454454
Log.e("Report item", "${response.errorBody()?.string()} : ${response.code()}")

0 commit comments

Comments
 (0)