Remove unnecessary status code handling.

This commit is contained in:
Greyson Parrelli
2025-10-29 16:46:38 -04:00
committed by Michelle Tang
parent 179bd17680
commit 587bfcb524

View File

@@ -165,10 +165,6 @@ class RestoreAttachmentThumbnailJob private constructor(
Log.w(TAG, "[$attachmentId-thumbnail] No permission!")
return false
}
if (exception.code == 555) {
Log.w(TAG, "[$attachmentId-thumbnail] Syntetic failure!")
return false
}
}
return exception is IOException
}