| | |
| | | } |
| | | |
| | | |
| | | |
| | | private void initData() { |
| | | //进来读取一次数据(为了更新currentPage,currentTotal这个值),app启动时候读取,为了刷新消息模块的角标 |
| | | loadNextPageMessageList(true, 1, FilterType.all, FilterType.all, FilterType.all, FilterType.all, FilterType.all, FilterType.all, true); |
| | |
| | | return; |
| | | } |
| | | refreshUnreadCount(unCountBean.getUnreadCount()); |
| | | if (isRefreshTotalCount) { |
| | | isRefreshTotalCount = false; |
| | | // if (isRefreshTotalCount) { |
| | | // isRefreshTotalCount = false; |
| | | refreshNascentTotalCount(unCountBean.getUntreatedCount()); |
| | | refreshRecoverTotalCount(unCountBean.getProcessedCount()); |
| | | } |
| | | // } |
| | | } |
| | | |
| | | }); |