BanhmiDev / admob_consent

This is a wrapper for Google's User Messaging Platform (UMP) SDK in Flutter
https://pub.dev/packages/admob_consent
Apache License 2.0
12 stars 11 forks source link

BUG / Android: Fullscreen issues #8

Open henry2man opened 3 years ago

henry2man commented 3 years ago

Hi.

My app runs in fullscreen mode (using https://pub.dev/packages/fullscreen)

When the dialog is shown status & navigator bar are showed.

The problem is that when closing the dialog the status bar and the navigation bar remains visible.

Is there no way to detect the closing of the dialog so that I can restore the full screen?

Thanks.