Update UpdateManager.kt

This commit is contained in:
MNCHL 2023-12-27 22:39:34 +08:00 committed by GitHub
parent 6b4479cedd
commit 5e03439d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ object UpdateManager {
// 处理文件复制错误
}
} else {
Log.e("UpdateManager", "下载失败: HTTP ${response.code()}")
Log.e("UpdateManager", "下载失败: HTTP ${response.code}")
progressDialog.dismiss()
// 处理下载失败
}