Browse Source

[알림][New] 소식 삭제하면 캐쉬도 제거

hyodong.min 6 years ago
parent
commit
0f60f7351a

+ 1 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/notification/NotiPagerAdapter.java

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