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
In order to isolate redundant methods / hacks for JVM source + binary compatibility, we should split classes into expect / actuals with the hacks only added to the JVM actual implementation.
Many of these additions were only necessary to keep compatibility with collections when implemented in Java, such as for property translation of isEmpty() -> .isEmpty when uses in Kotlin.