fix(cover): Recycle bitmap after compression

This commit is contained in:
Ahmad Ansori Palembani 2024-12-10 12:52:51 +07:00
parent 53f8a37c8e
commit 88959d956f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -205,6 +205,7 @@ class CoverCache(val context: Context) {
100,
it
)
bitmap.recycle()
}
}