fix(manga/details): Fix "Theme buttons based on cover"

Palette doesn't like copy's bitmap, could be because of mutability is disabled or perhaps because it's set to HARDWARE configured, not entirely sure, because Google didn't document it. Classic Google behaviour :^)
This commit is contained in:
Ahmad Ansori Palembani 2024-08-24 20:30:19 +07:00
parent e9b4292295
commit 889b20797e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 10 additions and 9 deletions

View file

@ -11,6 +11,7 @@
-->
## Fixes
- Fixed crashes caused by certain extension implementation
- Fixed "Theme buttons based on cover" doesn't work properly
## Other
- More StorIO to SQLDelight migration effort