Skip to content

Commit

Permalink
fix #287
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Aug 29, 2024
1 parent d365cfe commit c01a356
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ protected void onAttachedToWindow() {
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
loadingAd = false;
this.removeAllViews();
}

public void sendEvent(String name, @Nullable WritableMap event) {
Expand Down

0 comments on commit c01a356

Please sign in to comment.