fix: 视频/图片上传问题 https://jira.shanqu.cc/browse/GHZSCY-7681
This commit is contained in:
@ -594,10 +594,10 @@ class VideoPublishFragment : ToolbarFragment(), KeyboardHeightObserver {
|
||||
handleFileNotFound()
|
||||
toast("上传失败,视频文件不存在")
|
||||
} else {
|
||||
mBinding.uploadStatus.text = "网络错误,中断上传"
|
||||
mBinding.uploadStatus.text = "网络错误,中断上传 $errorMsg"
|
||||
mBinding.pauseButton.setImageResource(R.drawable.upload_resume)
|
||||
mBinding.pauseButton.visibility = View.VISIBLE
|
||||
toast("网络错误,请检查网络正常后再重试")
|
||||
toast("网络错误,请检查网络正常后再重试 $errorMsg")
|
||||
}
|
||||
mBinding.uploadSpeed.visibility = View.GONE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user