fix code analytics

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-12-17 12:31:57 +01:00 committed by Alper Öztürk
parent 2ef03c6a8b
commit 3de16daa7d

View file

@ -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