Commit 46302916 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Fix file list.

parent 3297d999
...@@ -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