Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Right now we have separate loading methods to resolve either an ImageBitmap or an ImageVector. We should make this easier and have a single method that consumes a resource identifier and returns a Painter. That way developers can write code that is not concerned with the type of asset they are attempting to draw (similar to context.getDrawable(resId))
For example we should be able to write the following code: