mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-07 11:23:27 +00:00
Merge pull request #9 from MNCHL/MNCHL-patch-10
Update UpdateManager.kt
This commit is contained in:
commit
53a1e16c65
|
@ -46,7 +46,7 @@ class UpdateManager(private val context: Context) {
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e(TAG, "Error checking for updates: ${e.message}")
|
Log.e(TAG, "Error checking for updates: ${e.message}")
|
||||||
}
|
}
|
||||||
return "" // 处理失败的情况,返回空字符串
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onPostExecute(result: String) {
|
override fun onPostExecute(result: String) {
|
||||||
|
|
Loading…
Reference in a new issue