Shane Neuville
Shane Neuville
/rebase
/rebase
/rebase
/rebase
/rebase
/rebase
> @dimonovdd it looks like you are supposed to override: > > ```cs > protected virtual bool AllowFragmentRestore => false; > ``` > > Did that not work for you?...
> > Do you happen to know which of these lines is breaking RegisterForActivityResult? > > yep, `savedInstanceState?.Remove("androidx.lifecycle.BundlableSavedStateRegistry.key");` If you set `AllowFragmentRestore` to true and then just add ```java savedInstanceState?.Remove("android:support:fragments");...
> > Does that workaround your issue? > > No, I changed `MauiAppCompatActivity` code like this and also the exception > >  Hmm, yea, it looks like that path...
Duplicate of #23268