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
There's some unfortunate non-determinism in the current implementation that possibly triggers this problem. An interesting pull-request #3 also arrived today that may resolve your problem, since it completely removes the non-determinism. I don't yet know if it introduces other issues as I haven't had a chance to try it out.
When closing an interstital ad from admob the Foreground instance became background instead foreground.
It resolves changing the call onActivityResumed to:
@OverRide
public void onActivityResumed(Activity activity) {
current = activity;
}
Best regards and good job!
Alex.
The text was updated successfully, but these errors were encountered: