Commit c38e73a
committed
Fix native ad loading
The `NativeAdLoader` was incorrectly using the banner ad unit ID. This commit corrects it to use the `native_ad_banner_unit_id` string resource, ensuring the correct ad type is loaded.1 parent 70ed048 commit c38e73a
File tree
3 files changed
+29
-58
lines changed- .idea
- app/src/main
- java/com/d4rk/androidtutorials/java/ads/managers
- res/values
3 files changed
+29
-58
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
0 commit comments