mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
fix ui
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
7ad9657c4f
commit
52b58fa47f
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ class RecommendedFilesAdapter(
|
|||
|
||||
holder.binding.run {
|
||||
name.text = item.name
|
||||
val secondsInMillisecond = (item.timestamp * 1000)
|
||||
timestamp.text = DisplayUtils.getRelativeTimestamp(context, secondsInMillisecond)
|
||||
val modificationTimestamp = (item.timestamp * 1000)
|
||||
timestamp.text = DisplayUtils.getRelativeTimestamp(context, modificationTimestamp)
|
||||
|
||||
val file = storageManager.getFileByLocalId(item.id) ?: return
|
||||
|
||||
|
|
Loading…
Reference in a new issue