You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admobadapter version or commit:
v1.4.6 Android compileSdkVersion:
26 Issue description briefly:
Adapter replaces the item with an ad - it should insert an ad not replace (or skip) the item itself.
Steps to reproduce:
Nothing fancy here, just checked your sample code and found out it simply replaces the item with the native ad using a switch case.
All the code which you want to share
Well If I can think of something, I will. The idea right now running in my mind is to use a composite item layout which will have the POJO + Ad Unit members within it so the view holder can nind to both accordingly.
The text was updated successfully, but these errors were encountered:
Admobadapter version or commit:
v1.4.6
Android compileSdkVersion:
26
Issue description briefly:
Adapter replaces the item with an ad - it should insert an ad not replace (or skip) the item itself.
Steps to reproduce:
Nothing fancy here, just checked your sample code and found out it simply replaces the item with the native ad using a switch case.
All the code which you want to share
Well If I can think of something, I will. The idea right now running in my mind is to use a composite item layout which will have the POJO + Ad Unit members within it so the view holder can nind to both accordingly.
The text was updated successfully, but these errors were encountered: