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

Ad banner fails to load if setVisible(false) is called twice #137

Open
daljit97 opened this issue Oct 26, 2019 · 1 comment
Open

Ad banner fails to load if setVisible(false) is called twice #137

daljit97 opened this issue Oct 26, 2019 · 1 comment
Labels

Comments

@daljit97
Copy link

I seem to have found strange bug using this piece of code:

        banner.hide()
        banner.visible = false

After calling these two lines, the banner fails to show again (using banner.show()) and an error saying that the ad has not been initialized correctly.

@daljit97 daljit97 changed the title Ad banners fails to load if setVisible(false) is called twice Ad banner fails to load if setVisible(false) is called twice Oct 26, 2019
@larpon
Copy link
Owner

larpon commented Oct 28, 2019

That's probably a bug

@larpon larpon added the bug label Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants