Thumbnails don't properly ignore the alpha channel #2943
Closed
Description
If we receive a color that includes a 0 alpha channel, the color appears as transparent due to app-level processing of the RGB value not including a filled-in alpha channel. The proto properly defines that it only contains RGB values, but the app is using it in cases where Android is expecting ARGB values. This results in all current thumbnails appearing with white backgrounds when using real lesson data.