| | |
| | | import cn.flightfeather.thirdapp.CommonApplication; |
| | | import cn.flightfeather.thirdapp.R; |
| | | import cn.flightfeather.thirdapp.adapter.CommonPagerAdapter; |
| | | import cn.flightfeather.thirdapp.bean.Mediafile; |
| | | import cn.flightfeather.thirdapp.bean.entity.Mediafile; |
| | | import okhttp3.ResponseBody; |
| | | import retrofit2.Call; |
| | | import retrofit2.Callback; |
| | |
| | | type = intent.getIntExtra("type",0); |
| | | deletable = intent.getBooleanExtra("deletable",false); |
| | | mediafiles = (List<Mediafile>) intent.getSerializableExtra(PARA_MEDIAS); |
| | | position = intent.getIntExtra("position",-1); |
| | | position = intent.getIntExtra("position",0); |
| | | |
| | | iv_share.setOnClickListener(this); |
| | | |