This commit is contained in:
chenjuntao
2025-03-13 16:02:48 +08:00
parent d3e23bfbb5
commit bb80560a49

View File

@ -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
}