Luklek

Results 6 comments of Luklek

I noticed the same problem recently. Will the library be fixed/updated again?

Will this be fixed any time soon maybe?

By the way using the older code from previous versions fixed it. mParam.gridLayoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() { @Override public int getSpanSize(int position) { if (isAdPosition(position)){ return ssl.getSpanCount(); } return 1; } });

> > > I am also facing this same issue. And due to this, I need to add a dummy view to disable user interaction while ad showing. Yes, I...

> > > And in issue tracker they are asking about just charles proxy and claimed that it is not happening in sample app. 😅🙄 > > https://groups.google.com/g/google-admob-ads-sdk/c/eW7-7N9e6UA/m/97MsconYAwAJ They really...