| | |
| | | |
| | | @Override |
| | | public void onBindView(Bundle savedInstanceState) { |
| | | setNotificationBarBackgroundColor(CustomColor.white); |
| | | setStatusBarTextColor(); |
| | | //初始化数据 |
| | | initData(); |
| | | //初始化 |
| | |
| | | loadNextPageMessageList(1, true, FilterType.all, FilterType.all); |
| | | } |
| | | |
| | | @Override |
| | | protected void onResume() { |
| | | super.onResume(); |
| | | //进来读取一次数据(为了更新currentPage,currentTotal这个值) |
| | | // loadNextPageMessageList(1, true, mFilterKye, mFilterValue); |
| | | } |
| | | |
| | | private void initEvent() { |
| | | //返回按钮 |
| | | viewBinding.toolbarTopMessageCenterListRl.topBackBtn.setOnClickListener(new View.OnClickListener() { |