rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

RemoveAsync hangs indefinitely #762

Open LennoxP90 opened 9 months ago

LennoxP90 commented 9 months ago

fixed an issue where when you RemoveAsync a page while the Android activity is being destroyed and the page has a popup open

Repro steps:

  1. open a popup
  2. hit recents button on Android
  3. swipe away the app
  4. notice that the page remove hangs indefinitely, never removes the page from the stack