We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6779470 + a3eb5e5 commit b6f348dCopy full SHA for b6f348d
packages/firebase-admob/nativead/index.android.ts
@@ -28,7 +28,7 @@ export class NativeAdView extends NativeAdViewBase implements AddChildFromBuilde
28
29
onLoaded(){
30
super.onLoaded();
31
- if(this.#child){
+ if(this.#child && this.#native.indexOfChild(this.#child.nativeView) === -1) {
32
(this.#native as any).addView(this.#child.nativeView);
33
}
34
0 commit comments