redth-org / AndHUD

Android Progress HUD and Dialog helpers for Xamarin.Android apps!
Apache License 2.0
180 stars 69 forks source link

Immersive mode fix #45

Closed paulthedev closed 5 years ago

paulthedev commented 5 years ago

Triggering dialogs doesn't cause the app to lose immersive mode

Cheesebaron commented 5 years ago

This is why I added the prepareDialogCallback and the dialogShownCallback so authors can customize the WindowFlags to support immersive mode.

paulthedev commented 5 years ago

thank you for the info.