Fixed
Status Update
Comments
fu...@google.com <fu...@google.com>
ap...@google.com <ap...@google.com> #2
To use
The issue is happening because, starting from LocalLifecycleOwner
has been moved from androidx.compose.ui
to lifecycle-runtime-compose
, as outlined in their respective release notes. For compatibility reasons, you must update both dependencies.
For context, note these changes were made to enable the utilization of its Compose-based helper APIs beyond Compose UI (such as in
If the issue persists even after updating your Compose UI, please let us know.
Edit: please see
le...@google.com <le...@google.com> #3
Thanks for your answer.
If this change has made both libraries version dependent, it seems that guide them to the release note so that users will not experience difficulties :)
If this change has made both libraries version dependent, it seems that guide them to the release note so that users will not experience difficulties :)
Description
CAMERAX VERSION: 1.0.0-beta07
ANDROID OS BUILD NUMBER: PRP1.180610.011.C960USQS7CSK3 and PKQ1.180729.001
DEVICE NAME: Samsung S9 and Xiaomi Mi 8
DESCRIPTION: Camera Flash becomes to Flashlight mode if FlashMode is set to FLASH_MODE_OFF while the flash is working.
STEPS TO REPRODUCE:
OBSERVED RESULTS: Flash is working in Flashlight mode
EXPECTED RESULTS: Flash should be turned off
REPRODUCIBILITY: 10 of 10
ADDITIONAL INFORMATION: The problem was noticed on Samsung S9 and Xiaomi Mi 8. Other devices work properly.
CODE FRAGMENTS: