-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
MIUI 版本:11.20.1.21开发版
Android 版本: 10
val photo = EasyPhoto()
.setCrop(true)
photo.setCallback {
val requestBody = it.asRequestBody()
val multipartBody = MultipartBody.Builder()
.setType(MultipartBody.FORM)
.addFormDataPart("avatar", it.name, requestBody)
.build()
mPresenter?.avatar(multipartBody.parts[0])
}
photo.setError {
EasyLog.DEFAULT.e(it)
EasyToast.DEFAULT.show(it.message)
}
photo.selectPhoto(getHostActivity())
Metadata
Metadata
Assignees
Labels
No labels