Hi,
I have followed the official implementation guide for Native Advanced ads and found a bug that's going to hurt advertisers.
Ads after scrolling down and then back up have wrong image (but correct title and icon).
This happens only to the image ads (video ads are fine)
Below is screenshot - see where Hotel Ad that previously showed hotel now is showing shoe store website image.
The issue happens when adView.getMediaView().setMediaContent(nativeAd.getMediaContent()); is called to populate ad view in recycler view. Removing it fixes the issue yet is misleading because official doc is showing its necessary to display images and video....
Checked on sdk 19.5.0 and 18.x.x and on offical github sample for displaying native ads in recycler view from google codelabs