Crash in ListView at AbsListView.obtainView for ListActivity

前端 未结 4 1753
时光取名叫无心
时光取名叫无心 2020-12-05 06:23

I\'m watching content updates on a ListActivity using a ContentObserver as follows:

protected void onCreate(Bundle savedState)
   {
        super.onCreate(sa         


        
4条回答
  •  余生分开走
    2020-12-05 06:54

    I had a similar stack trace and discovered that I was returning a null from my getView() method in certain cases.

提交回复
热议问题