-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Incorrect AdChoicesPlacement int value. (#896)
* Fixed Incorrect AdChoicesPlacement int value. As per the gms ads library docs (https://developers.google.com/android/reference/com/google/android/gms/ads/nativead/NativeAdOptions#public-static-final-int-adchoices_top_left) the int value for `ADCHOICES_TOP_LEFT ` is `0` and `ADCHOICES_TOP_RIGHT` is `1`. It causes the AdChoicesIcon to be in the opposite position in native ads. * Updated AdChoicesPlacement values to match platform based values.
- Loading branch information
1 parent
6f329ad
commit fa86e70
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters