mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Remove unnecessary status code handling.
This commit is contained in:
committed by
Michelle Tang
parent
179bd17680
commit
587bfcb524
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user