Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
The implementation of imageFromResource uses BitmapFactory.decodeResource instead of leveraging the existing Drawable resource cache in the framework. We should leverage this cache instead of having multiple copies of the same asset in both the traditional Android framework as well as compose.