I have an exception I never thought I would see. A class cast exception of the adapter when removing a footer view from a ListView (sic).
java.lang.ClassCastException: com.test.MyAdapter
at android.widget.ListView.removeFooterView(ListView.java:381)
How can this happen? What does removing a footer have to do with class cast exception????
The list is a multi-list adapter perhaps that is why but still a class cast exception for removing a footer (sic).