Skip to content

Conversation

@dbrant
Copy link
Member

@dbrant dbrant commented Sep 11, 2024

The (minor) crash was being caused by using the childFragmentManager to add the RecommendedContent child fragment to the backstack, which is not exactly correct. This causes the fragment manager to recreate the fragment automatically (outside of our control) in certain situations, which will cause a second instance of that fragment to exist, and lead to unexpected/undefined behavior.

@dbrant dbrant added Minor Minor stuff High Priority Priority code review needed labels Sep 11, 2024
@dbrant dbrant requested a review from cooltey as a code owner September 11, 2024 19:17
@cooltey cooltey merged commit 05cf770 into main Sep 11, 2024
2 checks passed
@cooltey cooltey deleted the recConCrash branch September 11, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

High Priority Priority code review needed Minor Minor stuff

Development

Successfully merging this pull request may close these issues.

2 participants