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

View File

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