Skip to content

Commit

Permalink
update www/src/plugins/admob.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 6, 2025
1 parent 95b4401 commit 21b1cf6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/src/plugins/admob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function $award() {
});
}

$(() => {
if (window.Capacitor.getPlatform() !== "android") {
console.log(
`AdMob: Unsupported platform (${window.Capacitor.getPlatform()})`,
Expand All @@ -84,5 +83,3 @@ $(() => {
$show_banner();
$show_video();
});

});

0 comments on commit 21b1cf6

Please sign in to comment.