mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(cover): Recycle bitmap after compression
This commit is contained in:
parent
53f8a37c8e
commit
88959d956f
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class CoverCache(val context: Context) {
|
|||
100,
|
||||
it
|
||||
)
|
||||
bitmap.recycle()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue