Skip to content

Commit

Permalink
fix onAdLeftApplication event not firing
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Aug 29, 2024
1 parent 9fa9c55 commit 7561b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class NativeAdView extends Component {
onAdLoaded={this._onAdLoaded}
onAdFailedToLoad={this._onAdFailedToLoad}
onAdClicked={this._onAdClicked}
onAdLeftApplication={this._onAdLefApplication}
onAdLeftApplication={this._onAdLeftApplication}
onAdOpened={this._onAdOpened}
onAdClosed={this._onAdClosed}
onAdImpression={this._onAdImpression}
Expand Down

0 comments on commit 7561b32

Please sign in to comment.