Fix: WebP images can't be sent as media. (#1501)

* Fix: WebP images can't be sent as media.

* Place the `BitmapFactory.Options` mode change and comment where it belongs.
This commit is contained in:
Jorge Martin Espinosa 2023-10-06 11:18:11 +02:00 committed by GitHub
parent e151e5351e
commit 0502b21ff8
4 changed files with 27 additions and 20 deletions

1
changelog.d/1483.bugfix Normal file
View file

@ -0,0 +1 @@
WebP images can't be sent as media.