Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing Interstitial became background instead foreground #4

Closed
BoschAlejandro opened this issue Apr 27, 2016 · 1 comment
Closed

Comments

@BoschAlejandro
Copy link

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.

@steveliles
Copy link
Owner

Thanks for the bug report :)

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.

@BoschAlejandro BoschAlejandro closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants