| | |
| | | import cn.flightfeather.thirdapp.CommonApplication; |
| | | import cn.flightfeather.thirdapp.R; |
| | | import cn.flightfeather.thirdapp.adapter.MediaFileListAdapter; |
| | | import cn.flightfeather.thirdapp.bean.Mediafile; |
| | | import cn.flightfeather.thirdapp.bean.entity.Mediafile; |
| | | import cn.flightfeather.thirdapp.task.CompressPhotoTask; |
| | | import okhttp3.MediaType; |
| | | import okhttp3.MultipartBody; |
| | |
| | | mediaFileListCurrent.removeAll(mediaFileListCurrent); |
| | | mediaFileListCurrent.addAll(mediaFileList2); |
| | | photoTotal = mediaFileListCurrent.size(); |
| | | photoUploaded = 0; |
| | | adapter.notifyDataSetChanged(); |
| | | } |
| | | } |