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
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.
The text was updated successfully, but these errors were encountered:
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
I seem to have found strange bug using this piece of code:
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.The text was updated successfully, but these errors were encountered: