maui icon indicating copy to clipboard operation
maui copied to clipboard

Fix page swap from background

Open PureWeen opened this issue 2 years ago • 1 comments

Description of Change

With MAUI we stopped committing fragments with state loss. This makes it so you can't make fragment changes when the app is backgrounded. This PR injects some lifecycle logic into every part of our application where we are interacting with fragments and adds code that will wait until the resume has finished before processing the fragment changes.

Issues Fixed

Fixes #11501

PureWeen avatar Dec 20 '23 20:12 PureWeen

When will this branch be reflected? "androidx.fragment.app.FragmentManager.checkStateLoss" Because of this error, we rolled back from Maui back to Xamarin.

pulmuone avatar Jan 18 '24 00:01 pulmuone