adding a newline

This commit is contained in:
Tibor Kaputa 2021-09-09 23:30:46 +02:00 committed by GitHub
parent 7e3696e965
commit 5bd85fa93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -646,6 +646,7 @@ class ThreadActivity : SimpleActivity() {
} }
} }
} }
loadAttachmentPreview(attachmentView, uri) loadAttachmentPreview(attachmentView, uri)
return attachmentView return attachmentView
} }