You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible to retrieve a reference to the dialog so that we can dismiss it programmatically.
Example) show the AppRate in onCreate. In onResume check if user has Google Play Services. If user attempts to cancel GooglePlayServices dialog. We finish the activity but get a Window Leak because the AppRate alert dialog is stills showing.
The text was updated successfully, but these errors were encountered:
Possible to retrieve a reference to the dialog so that we can dismiss it programmatically.
Example) show the AppRate in onCreate. In onResume check if user has Google Play Services. If user attempts to cancel GooglePlayServices dialog. We finish the activity but get a Window Leak because the AppRate alert dialog is stills showing.
The text was updated successfully, but these errors were encountered: