Fixed
Status Update
Comments
jn...@google.com <jn...@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
ScalingLazyListItemInfo currently has the size (after scaling of the item) but not the unadjustedSize. Unfortunately due to float maths is it possible (we have seen it in some examples) to get a situation where it is not possible to get back the original size of the item from the size (Int) and scale (Float).
Adding the unadjustedOffset to the ScalingLazyListItemInfo will allow developers to know both the pre and post scaled size of the item which they may need in their calculations