mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
committed by
Greyson Parrelli
parent
3a5dc4e731
commit
be92b3cf0a
@@ -69,7 +69,7 @@ object AttachmentUploadUtil {
|
||||
@Throws(IOException::class)
|
||||
private fun getImageBlurHash(context: Context, attachment: Attachment): String? {
|
||||
if (attachment.blurHash != null) {
|
||||
return attachment.blurHash!!.hash
|
||||
return attachment.blurHash.hash
|
||||
}
|
||||
|
||||
if (attachment.uri == null) {
|
||||
|
||||
Reference in New Issue
Block a user