】The application’s PagerAdapter changed the adapter’s contents without calling PagerAdapter#notifyDa

错误原因是在于修改了PageAdapter,却没有调用 PageAdapter的nodifyDataSetChanged方法。注意刷新数据 需要在主线程。


今天在做项目时出现了这个问题,一直报没有调用nodifyDataSetChanged,找了半天,是因为在退出到登陆界面时,没有将注册的监听清除掉,导致为同一个注册多个监听,导致报错。

你可能感兴趣的:(】The application’s PagerAdapter changed the adapter’s contents without calling PagerAdapter#notifyDa)