-
Couldn't load subscription status.
- Fork 1.4k
Dependency updates for v2025.3 #6761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency updates for v2025.3 #6761
Conversation
391b9b6 to
def8404
Compare
1902007 to
100e919
Compare
100e919 to
1666812
Compare
|
|
||
| @NotNull | ||
| private ODKView createODKView(boolean advancingPage, FormEntryPrompt[] prompts, FormEntryCaption[] groups) { | ||
| odkViewLifecycle = new ControllableLifecyleOwner(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the problem here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a crash saying State is DESTROYED and cannot be moved to RESUMED. In the past (with some older dependencies) it was just a warning, I guess.
The problem was that we created ControllableLifecyleOwner once and then changed its state between DESTROYED and RESUMED which is not allowed.
Why is this the best possible solution? Were any other approaches considered?
As usual, I've updated the dependencies for the next release. Nothing special to discuss here.
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
It doesn't require testing.
Do we need any specific form for testing your changes? If so, please attach one.
No.
Does this change require updates to documentation? If so, please file an issue here and include the link below.
No.
Before submitting this PR, please make sure you have:
./gradlew connectedAndroidTest(or./gradlew testLab) and confirmed all checks still passDateFormatsTest