Update UpdateManager.kt

This commit is contained in:
MNCHL 2023-12-25 19:51:45 +08:00 committed by GitHub
parent bae583129f
commit a36eeed043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ class UpdateManager(private val context: Context) {
} catch (e: Exception) {
Log.e(TAG, "Error checking for updates: ${e.message}")
}
return "" // 处理失败的情况,返回空字符串
return ""
}
override fun onPostExecute(result: String) {