larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

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

Open daljit97 opened 4 years ago

daljit97 commented 4 years ago

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.

larpon commented 4 years ago

That's probably a bug