oppia / oppia-android

A free, online & offline learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
315 stars 517 forks source link

Lesson thumbnail is distorted #3144

Open ArpitShukIa opened 3 years ago

ArpitShukIa commented 3 years ago

Describe the bug The lesson thumbnail for the Fractions Topic is distorted.

To Reproduce Steps to reproduce the behavior: I am not able to reproduce it anymore. I encountered it once when I opened the app. When I closed and reopened the app, the thumbnail was correctly displayed.

Expected behavior The thumbnails should always be displayed properly.

Screenshots

https://user-images.githubusercontent.com/51705072/116648941-f6c40a80-a99b-11eb-8a1e-e61274739b71.mp4

Device

BenHenning commented 3 years ago

Interesting. I think these are drawables, too, so they don't use our SvgPictureDrawable or Android's BitmapDrawable (I think they do use PictureDrawable internally, but I'm not sure). Let's keep this open to see if it is encountered again.

I don't think anything recent would have regressed this, but we have been churning a lot on the image loading pipeline over the past few weeks.