-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Admobadapter version or commit:
Latest (v1.4.6)
Android compileSdkVersion:
27
Issue description briefly:
After deploying the library on my app, I get the following exception:
Fatal Exception: java.lang.IllegalStateException
The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. Make sure your adapter calls notifyDataSetChanged() when its content changes. [in ListView(2131296540, class android.widget.ListView) with Adapter(class com.clockbyte.admobadapter.bannerads.AdmobBannerAdapterWrapper)]
Steps to reproduce:
I have not been able to reproduce this locally, so I do not know how to reproduce this.
I'm trying to figure out if this is a problem with the library, the ads, or my original adapter. Please keep in mind that I never got a crash report regarding my adapters before adding the admobAdapterWrapper in my app, and that's why I dont think it has to do with my adapter.
If you have any ideas/suggestions, please let me know.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels