You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So tonight I've been playing with calling ".setTileBackgroundColor();" but noticed when called with:
.setImage(
// image source,
// image bitmap
);
The background color flashes before the image is shown. Poking around it looks like it's maybe drawn a little under where it's supposed to be (perhaps when the preview bitmap is drawn) and then correctly once the full image is subsampled.
Cheers!
The text was updated successfully, but these errors were encountered:
Evening!
So tonight I've been playing with calling ".setTileBackgroundColor();" but noticed when called with:
The background color flashes before the image is shown. Poking around it looks like it's maybe drawn a little under where it's supposed to be (perhaps when the preview bitmap is drawn) and then correctly once the full image is subsampled.
Cheers!
The text was updated successfully, but these errors were encountered: