Skip to content
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

Remove code from iOS that short circuits propagation #24477

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Remove code from iOS that short circuits propagation #24477

merged 2 commits into from
Aug 28, 2024

Conversation

PureWeen
Copy link
Member

Description of Change

#24217 added some code that guessed at a few paths that might be taken to cause #24032 since we've been unable to reproduce this locally.

I'm hoping that the fixes on 24217 related to not disposing the view on the UINavigationController covers everyones cases and we can just leave this propagation code in place for now.

If users still report the crash then we'll need to figure out how to more surgically propagate invalidations on iOS.

Issues Fixed

Fixes #24434

@PureWeen PureWeen requested a review from a team as a code owner August 27, 2024 20:32
Redth
Redth previously approved these changes Aug 27, 2024
@PureWeen PureWeen merged commit 944d860 into main Aug 28, 2024
97 checks passed
@PureWeen PureWeen deleted the fix_24434 branch August 28, 2024 22:12
@samhouts samhouts added fixed-in-net9.0-nightly This may be available in a nightly release! fixed-in-net8.0-nightly This may be available in a nightly release! labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-navigation NavigationPage fixed-in-net8.0-nightly This may be available in a nightly release! fixed-in-net9.0-nightly This may be available in a nightly release!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MAUI] From 'Edit recipe' to return to the Recipe details, the 'Ingredients' & 'Recipe' contents appear blank.
3 participants