mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 07:52:18 +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 {
|
holder.binding.run {
|
||||||
name.text = item.name
|
name.text = item.name
|
||||||
val secondsInMillisecond = (item.timestamp * 1000)
|
val modificationTimestamp = (item.timestamp * 1000)
|
||||||
timestamp.text = DisplayUtils.getRelativeTimestamp(context, secondsInMillisecond)
|
timestamp.text = DisplayUtils.getRelativeTimestamp(context, modificationTimestamp)
|
||||||
|
|
||||||
val file = storageManager.getFileByLocalId(item.id) ?: return
|
val file = storageManager.getFileByLocalId(item.id) ?: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue