Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Sep 12, 2024
1 parent 61e6e30 commit 4f4d075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/util/ads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
);
Expand Down

0 comments on commit 4f4d075

Please sign in to comment.