thypbast / android-agenda-widget

Automatically exported from code.google.com/p/android-agenda-widget
0 stars 0 forks source link

Quick Agenda popup crash when you spam the scroll #363

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open QA popup (AW version 2.1.x+)
2. fling down lots

What is the expected output? What do you see instead?
Expect that the list will ignore all flings while it is loading, instead it 
"overloads" and throws and adapter notification error:

STACK_TRACE=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. [in ListView(16908298, class 
com.everybodyallthetime.android.adapter.AmazingListView) with Adapter(class 
android.widget.

Original issue reported on code.google.com by roflharr...@gmail.com on 16 Jul 2012 at 8:48

GoogleCodeExporter commented 8 years ago
Possibly an issue created by JB related to the footer view

Original comment by roflharr...@gmail.com on 26 Jul 2012 at 4:05

GoogleCodeExporter commented 8 years ago

Original comment by roflharr...@gmail.com on 31 Jul 2012 at 1:11