googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 82 forks source link

Add dismiss() method #111

Open gallinaettore opened 4 years ago

gallinaettore commented 4 years ago

This method can be called inside the onDestroy () of the activity, in order to avoid the exception "WindowManager: android.view.WindowLeaked: Activity com.example.myactivity has leaked window DecorView @ 7bede62", if the activity is destroyed when the dialog is displayed.