| | |
| | | import cn.flightfeather.thirdapp.activity.TaskActivity; |
| | | import cn.flightfeather.thirdapp.adapter.RecyclerItemClickListener; |
| | | import cn.flightfeather.thirdapp.adapter.TaskListAdapter; |
| | | import cn.flightfeather.thirdapp.bean.Scense; |
| | | import cn.flightfeather.thirdapp.bean.Subtask; |
| | | import cn.flightfeather.thirdapp.bean.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.Userinfo; |
| | | import cn.flightfeather.thirdapp.bean.entity.Scense; |
| | | import cn.flightfeather.thirdapp.bean.entity.Subtask; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskPack; |
| | | import cn.flightfeather.thirdapp.bean.entity.Userinfo; |
| | | import cn.flightfeather.thirdapp.bean.vo.TaskVo; |
| | | import cn.flightfeather.thirdapp.httpservice.SubTaskService; |
| | | import cn.flightfeather.thirdapp.httpservice.TaskService; |
| | |
| | | builder.setPositiveButton("确定", new DialogInterface.OnClickListener() { |
| | | @Override |
| | | public void onClick(DialogInterface dialog, int which) { |
| | | if (list.isEmpty()) { |
| | | return; |
| | | } |
| | | showCheckTaskInfoDialog(list.get(mTopClassTaskChoice)); |
| | | } |
| | | }); |