fix: Remove $path from fallback image logging

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-04-03 17:38:26 +07:00
parent e9d9b3f51e
commit dcf7d8566b
@@ -478,7 +478,7 @@ object FilesTarget {
bitmap.recycle() // Recycle instantly without waiting for GC
Icon.createWithBitmap(oriented)
} catch (e: Exception) {
Log.w("FilesTarget", "Failed to decode thumbnail for $path", e)
Log.w("FilesTarget", "Failed to decode thumbnail", e)
null
}
}