nova-video-player/aos-AVP

IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the...

Ouverte

#795 ouverte le 3 janv. 2023

 (0 commentaire) (0 réaction) (1 personne assignée)HTML (133 forks)batch import
Importantbughelp wanted

Métriques du dépôt

Stars
 (1 705 étoiles)
Métriques de merge PR
 (Merge moyen 3j 1h) (1 PR mergée en 30 j)

Description

Sentry Issue: NOVA-VIDEO-PLAYER-38

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(2131362362, class android.widget.ListView) with Adapter(class com.archos.mediacenter.video.utils.ScraperResultsAdapter)]
    at android.widget.ListView.layoutChildren(ListView.java:1814)
    at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:5499)
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1010)
    at android.view.Choreographer.doCallbacks(Choreographer.java:809)
    at android.view.Choreographer.doFrame(Choreographer.java:740)
...
(8 additional frame(s) were not displayed)

Guide contributeur