maui icon indicating copy to clipboard operation
maui copied to clipboard

Remove code from iOS that short circuits propagation

Open PureWeen opened this issue 1 year ago • 0 comments

Description of Change

https://github.com/dotnet/maui/pull/24217 added some code that guessed at a few paths that might be taken to cause https://github.com/dotnet/maui/issues/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 avatar Aug 27 '24 20:08 PureWeen