Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
mo...@google.com <mo...@google.com>
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
These would mirror the
Color.isSpecified
,Color.isUnspecified
, andColor.useOrElse
helper functions, which are useful when dealing withColor
s that could potentially beColor.Unspecified
.If this request is accepted, it might be worth auditing the rest of the Compose libraries (to see if there are any similar types that define
Unspecified
values)