mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
9a1d2dd06e
commit
cf2dd5c6e6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class RecommendedFilesAdapter(
|
|||
|
||||
holder.binding.run {
|
||||
name.text = item.name
|
||||
timestamp.text = DisplayUtils.getRelativeTimestamp(context, item.timestamp)
|
||||
timestamp.text = DisplayUtils.getRelativeTimestamp(context, item.timestamp)
|
||||
|
||||
val file = storageManager.getFileById(item.id) ?: return
|
||||
|
||||
|
|
Loading…
Reference in a new issue