diff --git a/src/ui/util/ads.ts b/src/ui/util/ads.ts index 2bd973058..ee95a4e13 100644 --- a/src/ui/util/ads.ts +++ b/src/ui/util/ads.ts @@ -389,6 +389,9 @@ class RaptiveStickyFooterManager { }); this.stopListeningForClose(); + + // Need to listen for open, because we can't distinguish if this is temporarily closed between ads, or permanently closed due to clicking close button + this.listenForOpen(); } }, 500), );