Unverified Commit 94a11c2f authored by Leonardo Aramaki's avatar Leonardo Aramaki Committed by GitHub

Merge branch 'beta' into fix/lost-account-after-changing-name

parents d0563b24 f55a7a1d
...@@ -41,9 +41,10 @@ class FileViewModel( ...@@ -41,9 +41,10 @@ class FileViewModel(
} }
private fun getFileUploadDate(): String { private fun getFileUploadDate(): String {
return DateTimeHelper.getDateTime( genericAttachment.uploadedAt?.let {
DateTimeHelper.getLocalDateTime(genericAttachment.uploadedAt) return DateTimeHelper.getDateTime(DateTimeHelper.getLocalDateTime(it))
) }
return ""
} }
private fun getFileUrl(): String? { private fun getFileUrl(): String? {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment