Commit bff9dec
authored
fix(admob): AdEventHandler returns javascript (not native) unsubscribe function (#4920)
* [bug] Admob listener wrong unsibscribe function
`_setAdEventHandler` method return a wrong unsubscribe function. It should remove js listener, but instead it unsubscribe ad instance from native events and _onAdEventHandler is still could be used by the instance
* fix(AdMob): fix linter error1 parent d6f52ca commit bff9dec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments