| | |
| | | } else { |
| | | if (isOpened) { |
| | | //产品经理说暂时不做 2024年03月29日10:34:44 |
| | | // boolean existsActivity = AppManagerUtils.getAppManager().existsActivity(MessageCenterList.class); |
| | | // boolean existsActivity = AppManagerUtils.getAppManager().existsActivity(MessageCenterListActivity.class); |
| | | // if (existsActivity) { |
| | | // //存在唯一一种可能就是当前活动窗口就是它 |
| | | // return; |
| | | // } |
| | | // //跳转C端消息中心界面 |
| | | // Intent intent = new Intent(context, MessageCenterList.class); |
| | | // Intent intent = new Intent(context, MessageCenterListActivity.class); |
| | | // intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); |
| | | // context.startActivity(intent); |
| | | // //不管存不存在这些Activity(找到才移除),都要做这些动作,有可能当前的活动窗口是其中一个 |