mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 11:07:51 +02:00
MangaCoverFetcher: Don't close network response (#6882)
This commit is contained in:
@ -119,8 +119,6 @@ class MangaCoverFetcher(
|
||||
} catch (e: Exception) {
|
||||
responseBody.closeQuietly()
|
||||
throw e
|
||||
} finally {
|
||||
response.close()
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
snapshot?.closeQuietly()
|
||||
|
Reference in New Issue
Block a user