Fixed
Status Update
Comments
gr...@google.com <gr...@google.com>
so...@google.com <so...@google.com>
ap...@google.com <ap...@google.com> #2
Hi,
Thanks for filing the issue. We can probably add this information to the
ap...@google.com <ap...@google.com> #3
By the way, note that this info is already added to the Exif values of saved image if you are using the ImageCapture.OnImageCapturedCallback
. So, if your app requirements don't have any explicit need of OnImageCapturedCallback
, that is also an option.
na...@google.com <na...@google.com> #4
Thanks for looking into this. Using ImageProxy
or ImageInfo
to pass the value seems like a great idea.
I did suspect that ImageCapture.OnImageSavedCallback
would have this set, but we have an explicit need for ImageCapture.OnImageCapturedCallback
.
Description
Steps to Reproduce or Code Sample to Reproduce:
The code below should produce a text component 2 lines tall. However it is only 1 line tall. Removing the modifier makes it correctly 2 lines tall.
Repro code:
This issue makes it that if any parent container applies this modifier, the text is measured incorrectly, breaking the UI.
Jetpack Compose version:
2024.12.01
BOMJetpack Compose component(s) used:
BasicText
/Text
andModifier.height(IntrinsicSize)
Android Studio Build: Build #AI-242.23339.11.2421.12700392, built on November 22, 2024
Kotlin version:
2.0.21