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 08188ba0eb
commit 3164230e21

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