@@ -103,6 +103,7 @@ public class NotiPagerAdapter extends FragmentStatePagerAdapter implements NotiL
public void update(List<NoticeBean> noticeBeans) {
this.noticeBeans = noticeBeans;
+ categoryMap = null;
notifyDataSetChanged();
}