Fixed
Status Update
Comments
tr...@google.com <tr...@google.com> #2
It could easy to reproduce when turning on "Don't keep activities".
[Deleted User] <[Deleted User]> #3
Comment has been deleted.
li...@gmail.com <li...@gmail.com> #4
Thanks Ian! Looking forward to a new alpha release ASAP rather than monthly release.😅
li...@gmail.com <li...@gmail.com> #6
Wondering is there any release plan?
ch...@google.com <ch...@google.com> #7
Fragments 1.1.0-alpha02 is out now with this fix.
tr...@google.com <tr...@google.com> #8
Does Preferences also depend on Fragments? In which case when will that be updated to 1.1.0-alpha02? Or is the recommended practice to specify both Preferences and Fragments in build.gradle so that we can force Fragments 1.1.0-alpha02?
ch...@google.com <ch...@google.com> #9
Re #8 - yes, if you need a specific version of Fragments, you should specify both Preferences and Fragments in your build.gradle.
The release schedule of AndroidX components is completely independent of one another, so Preferences will only get a new version when there's something new to release in Preferences.
The release schedule of AndroidX components is completely independent of one another, so Preferences will only get a new version when there's something new to release in Preferences.
li...@gmail.com <li...@gmail.com> #10
So, in general it sounds like if an androidx dependency (such as preference) is added to build.gradle, then any dependencies of that (e.g. fragment) should also be explicitly added so that the specific version can be specified. Is that right?
In other words, when we explicitly include preference-1.1.0-alpha01 we need to be aware that the fragment-alpha1.1.0-alpha01 is automatically being brought in and so might affect the fragment behaviour. Sorry, I know this is rather OT.
In other words, when we explicitly include preference-1.1.0-alpha01 we need to be aware that the fragment-alpha1.1.0-alpha01 is automatically being brought in and so might affect the fragment behaviour. Sorry, I know this is rather OT.
tr...@google.com <tr...@google.com> #11
Thanks, fix confirmed
ch...@google.com <ch...@google.com> #12
alpha02 version of fragments didn't fix this for me. Is there another solution?
ap...@google.com <ap...@google.com> #13
Re #12 - you're most likely hitting https://issuetracker.google.com/issues/120814739 - a related but separate issue fixed for alpha03
Description
CAMERAX VERSION (1.0.0)
ANDROID OS BUILD NUMBER: Android 11
DEVICE NAME: Samsung Galaxy S21, Samsung Galaxy Note20 5G, Samsung Galaxy Note10+
DESCRIPTION:
log:
ADDITIONAL INFORMATION:
Looks like it only happens on Samsung device with android 11
CODE FRAGMENTS (this will help us troubleshoot your issues):